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
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd June 27, 2001
|
.Dd March 25, 2003
|
||||||
.Dt KRB5_VERIFY_USER 3
|
.Dt KRB5_VERIFY_USER 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -82,6 +82,17 @@ New tickets will be obtained as a side-effect and stored in
|
|||||||
(if
|
(if
|
||||||
.Dv NULL ,
|
.Dv NULL ,
|
||||||
the default ccache is used).
|
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
|
If the password is not supplied in
|
||||||
.Fa password
|
.Fa password
|
||||||
(and is given as
|
(and is given as
|
||||||
@@ -205,6 +216,9 @@ main(int argc, char **argv)
|
|||||||
.Ed
|
.Ed
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5_err 3 ,
|
.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_free_principal 3 ,
|
||||||
.Xr krb5_init_context 3 ,
|
.Xr krb5_init_context 3 ,
|
||||||
.Xr krb5_kt_default 3 ,
|
.Xr krb5_kt_default 3 ,
|
||||||
|
Reference in New Issue
Block a user