Document that gss_krb5_import_ccache is copy by reference.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16268 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -623,6 +623,16 @@ The acceptor receives the delegated token in the last argument to
|
|||||||
.Fn gss_krb5_import_ccache
|
.Fn gss_krb5_import_ccache
|
||||||
will import the krb5 credentials into gss credential so it can be used
|
will import the krb5 credentials into gss credential so it can be used
|
||||||
withing GSS-API.
|
withing GSS-API.
|
||||||
|
The
|
||||||
|
.Fa ccache
|
||||||
|
is copied by reference and thus shared, so if the credential is destroyed
|
||||||
|
with
|
||||||
|
.Fa krb5_cc_destroy ,
|
||||||
|
all users of thep
|
||||||
|
.Fa gss_cred_id_t
|
||||||
|
returned by
|
||||||
|
.Fn gss_krb5_import_ccache
|
||||||
|
will fail.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gsskrb5_register_acceptor_identity
|
.Fn gsskrb5_register_acceptor_identity
|
||||||
sets the Kerberos 5 principal that the acceptor will use.
|
sets the Kerberos 5 principal that the acceptor will use.
|
||||||
|
@@ -623,6 +623,16 @@ The acceptor receives the delegated token in the last argument to
|
|||||||
.Fn gss_krb5_import_ccache
|
.Fn gss_krb5_import_ccache
|
||||||
will import the krb5 credentials into gss credential so it can be used
|
will import the krb5 credentials into gss credential so it can be used
|
||||||
withing GSS-API.
|
withing GSS-API.
|
||||||
|
The
|
||||||
|
.Fa ccache
|
||||||
|
is copied by reference and thus shared, so if the credential is destroyed
|
||||||
|
with
|
||||||
|
.Fa krb5_cc_destroy ,
|
||||||
|
all users of thep
|
||||||
|
.Fa gss_cred_id_t
|
||||||
|
returned by
|
||||||
|
.Fn gss_krb5_import_ccache
|
||||||
|
will fail.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gsskrb5_register_acceptor_identity
|
.Fn gsskrb5_register_acceptor_identity
|
||||||
sets the Kerberos 5 principal that the acceptor will use.
|
sets the Kerberos 5 principal that the acceptor will use.
|
||||||
|
Reference in New Issue
Block a user