From de24e30430af6d98ba0e4515009f3560df32651a Mon Sep 17 00:00:00 2001 From: Michael Shanzer Date: Thu, 2 Dec 1993 23:29:40 +0000 Subject: [PATCH] added 5 to the list of acceptable character classes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3080 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-funcspec.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index 25b6d13ff..b9004f076 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -269,7 +269,7 @@ principal cannot set its password to anything with fewer than this number of characters. This value must be greater than zero. \item[pw_min_classes] The minimum number of character classes in the -password. This value can only be 1, 2, 3, or 4. A principal cannot +password. This value can only be 1, 2, 3, 4, or 5. A principal cannot set its password to anything with fewer than this number of character classes in it. @@ -1098,7 +1098,7 @@ characters. \item Check to see if the policy already exists, if so return OVSEC_KADM_DUP error. \item If the PW_MIN_CLASSES bit is set and pw_min_classes is not 1, 2, -3, or 4, return OVSEC_KADM_BAD_CLASS. +3, 4, or 5, return OVSEC_KADM_BAD_CLASS. \item Create a new policy setting the appropriate fields determined by the mask. \end{enumerate} @@ -1161,7 +1161,7 @@ characters. \item Check to see if policy exists, if not return OVSEC_KADM_UNK_POLICY error. \item If the PW_MIN_CLASSES bit is set and pw_min_classes is not 1, 2, -3, or 4, return OVSEC_KADM_BAD_CLASS. +3, 4, or 5, return OVSEC_KADM_BAD_CLASS. \item Update the fields specified in the mask. \end{enumerate} -- 2.26.2