From c214de7cf0e839b96fcd2fd83c99ce174bc70c85 Mon Sep 17 00:00:00 2001 From: Michael Shanzer Date: Fri, 14 Jan 1994 20:31:08 +0000 Subject: [PATCH] fixed desc. of get_{policy,principal} git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3342 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-funcspec.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index fa5d2e6c1..c92f2650c 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -1069,6 +1069,7 @@ ovsec_kadm_get_principal(krb5_principal princ, Return the principal's attributes in allocated memory. The caller must free the returned entry with ovsec_kadm_free_principal_ent. +If an error is returned entry is set to NULL. AUTHORIZATION REQUIRED: get, or the calling principal being the same as the princ argument. If the request is authenticated to the @@ -1188,6 +1189,7 @@ ovsec_kadm_get_policy(char *policy, ovsec_kadm_policy_ent_t *ent); AUTHORIZATION REQUIRED: get, or the calling principal's policy being the same as the policy argument. If the request is authenticated to the ovsec_kadm/changepw service, the get privilege is disregarded. +If an error is returned entry is set to NULL. Return the policy's attributes in allocated memory. The caller must free the returned entry with ovsec_kadm_free_policy_ent. -- 2.26.2