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:
Love Hörnquist Åstrand
2005-10-31 16:07:23 +00:00
parent 4cc93f5d2e
commit 069a5f19a2
2 changed files with 20 additions and 0 deletions

View File

@@ -623,6 +623,16 @@ The acceptor receives the delegated token in the last argument to
.Fn gss_krb5_import_ccache
will import the krb5 credentials into gss credential so it can be used
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
.Fn gsskrb5_register_acceptor_identity
sets the Kerberos 5 principal that the acceptor will use.