From c723e2c1e159f90754bdc53f4f08fbead8f2dc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 25 Mar 2003 14:18:53 +0000 Subject: [PATCH] write more about how the ccache argument should be inited when used git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11915 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_verify_user.3 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5_verify_user.3 b/lib/krb5/krb5_verify_user.3 index ee3a20ae1..640cb3b30 100644 --- a/lib/krb5/krb5_verify_user.3 +++ b/lib/krb5/krb5_verify_user.3 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd June 27, 2001 +.Dd March 25, 2003 .Dt KRB5_VERIFY_USER 3 .Os HEIMDAL .Sh NAME @@ -82,6 +82,17 @@ New tickets will be obtained as a side-effect and stored in (if .Dv NULL , the default ccache is used). +.Fn krb5_verify_user +will call +.Fn krb5_cc_initialize +on the given +.Fa ccache , +so +.Fa ccache +must only initialized with +.Fn krb5_cc_resolve +or +.Fn krb5_cc_gen_new . If the password is not supplied in .Fa password (and is given as @@ -205,6 +216,9 @@ main(int argc, char **argv) .Ed .Sh SEE ALSO .Xr krb5_err 3 , +.Xr krb5_cc_gen_new 3 , +.Xr krb5_cc_resolve 3 , +.Xr krb5_cc_initialize 3 , .Xr krb5_free_principal 3 , .Xr krb5_init_context 3 , .Xr krb5_kt_default 3 ,