summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Shanzer <shanzer@mit.edu>1994-01-14 20:31:08 +0000
committerMichael Shanzer <shanzer@mit.edu>1994-01-14 20:31:08 +0000
commitc214de7cf0e839b96fcd2fd83c99ce174bc70c85 (patch)
tree8ca37e0db5d420c0f3d8b10e7a673e81cb06e784
parentf593d789d6dd77c826267c1603ef29328eaf1301 (diff)
downloadkrb5-c214de7cf0e839b96fcd2fd83c99ce174bc70c85.tar.gz
krb5-c214de7cf0e839b96fcd2fd83c99ce174bc70c85.tar.xz
krb5-c214de7cf0e839b96fcd2fd83c99ce174bc70c85.zip
fixed desc. of get_{policy,principal}
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3342 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/kadm5/api-funcspec.tex2
1 files changed, 2 insertions, 0 deletions
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.