From 46c23b18529b058ce6725e8628c3448d2a4ad1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 May 2005 04:49:15 +0000 Subject: [PATCH] document behavior of krb5_kt_remove_entry git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15170 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_keytab.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/krb5/krb5_keytab.3 b/lib/krb5/krb5_keytab.3 index ed6e3be54..65acb8952 100644 --- a/lib/krb5/krb5_keytab.3 +++ b/lib/krb5/krb5_keytab.3 @@ -364,7 +364,7 @@ from the keytab When comparing an entry in the keytab to determine a match, the function .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 too. On success the returne entry must be freed with @@ -401,7 +401,14 @@ removes the entry .Fa entry from the keytab .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 .Fn krb5_kt_register registers a new keytab type