mdoc fixes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23115 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -121,7 +121,7 @@ Valid flags to pass into
|
|||||||
.Fa options
|
.Fa options
|
||||||
argument are:
|
argument are:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -width "KRB5_GC_USER_USER" -compact
|
.Bl -tag -width "KRB5_GC_EXPIRED_OK" -compact
|
||||||
.It KRB5_GC_CACHED
|
.It KRB5_GC_CACHED
|
||||||
Only check the
|
Only check the
|
||||||
.Fa ccache ,
|
.Fa ccache ,
|
||||||
@@ -151,7 +151,8 @@ field is missing.
|
|||||||
and
|
and
|
||||||
.Fn krb5_get_cred_from_kdc_opt
|
.Fn krb5_get_cred_from_kdc_opt
|
||||||
fetches the credential from the KDC very much like
|
fetches the credential from the KDC very much like
|
||||||
.Fn krb5_get_credentials, but doesn't look in the
|
.Fn krb5_get_credentials ,
|
||||||
|
but doesn't look in the
|
||||||
.Fa ccache
|
.Fa ccache
|
||||||
if the credential exists there first.
|
if the credential exists there first.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -185,7 +186,7 @@ getcred(krb5_context context, krb5_ccache id, krb5_creds **creds)
|
|||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
krb5_creds in;
|
krb5_creds in;
|
||||||
|
|
||||||
ret = krb5_parse_name(context, "client@EXAMPLE.COM",
|
ret = krb5_parse_name(context, "client@EXAMPLE.COM",
|
||||||
&in.client);
|
&in.client);
|
||||||
if (ret)
|
if (ret)
|
||||||
krb5_err(context, 1, ret, "krb5_parse_name");
|
krb5_err(context, 1, ret, "krb5_parse_name");
|
||||||
|
Reference in New Issue
Block a user