document behavior of krb5_kt_remove_entry
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15170 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -364,7 +364,7 @@ from the keytab
|
|||||||
When comparing an entry in the keytab to determine a match, the
|
When comparing an entry in the keytab to determine a match, the
|
||||||
function
|
function
|
||||||
.Fn krb5_kt_compare
|
.Fn krb5_kt_compare
|
||||||
is used, so the wildcard rules applies to arguments of
|
is used, so the wildcard rules applies to the argument of
|
||||||
.F krb5_kt_get_entry
|
.F krb5_kt_get_entry
|
||||||
too.
|
too.
|
||||||
On success the returne entry must be freed with
|
On success the returne entry must be freed with
|
||||||
@@ -401,7 +401,14 @@ removes the entry
|
|||||||
.Fa entry
|
.Fa entry
|
||||||
from the keytab
|
from the keytab
|
||||||
.Fa id .
|
.Fa id .
|
||||||
Returns 0 or an error.
|
When comparing an entry in the keytab to determine a match, the
|
||||||
|
function
|
||||||
|
.Fn krb5_kt_compare
|
||||||
|
is use, so the wildcard rules applies to the argument of
|
||||||
|
.Fn krb5_kt_remove_entry .
|
||||||
|
Returns 0,
|
||||||
|
.Dv KRB5_KT_NOTFOUND
|
||||||
|
if not entry matched or another error.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_kt_register
|
.Fn krb5_kt_register
|
||||||
registers a new keytab type
|
registers a new keytab type
|
||||||
|
Reference in New Issue
Block a user