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:
Love Hörnquist Åstrand
2005-05-18 04:49:15 +00:00
parent ed2c4b3694
commit 46c23b1852

View File

@@ -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