From: Paul Park Date: Fri, 4 Aug 1995 20:09:59 +0000 (+0000) Subject: Add BAD_PW return to ADD-KEY and DELETE-KEY returns X-Git-Tag: krb5-1.0-beta6~1414 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d4a18ecb24ac09bbbc4f599f443b0a7687d9161;p=krb5.git Add BAD_PW return to ADD-KEY and DELETE-KEY returns git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6410 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/kadmin/kadmin.protocol b/doc/kadmin/kadmin.protocol index e890b3ad2..5e48945f6 100644 --- a/doc/kadmin/kadmin.protocol +++ b/doc/kadmin/kadmin.protocol @@ -252,7 +252,8 @@ o Returns NOT_AUTHORIZED - not authorized to perform this KEY_ALREADY_EXISTS - one or more of the specified keytypes already exist. - BAD_OPTION - bad keytype:saltyupe specified + BAD_OPTION - bad keytype:saltype specified + BAD_PW - supplied password is incorrect o Supplemental Returns NONE - if successful error message text - if failure @@ -283,7 +284,8 @@ o Returns NOT_AUTHORIZED - not authorized to perform this KEY_DOES_NOT_EXIST - one or more of the specified keytypes do not exist. - BAD_OPTION - bad keytype:saltyupe specified + BAD_OPTION - bad keytype:saltype specified + BAD_PW - supplied password is incorrect o Supplemental Returns NONE - if successful error message text - if failure