Add BAD_PW return to ADD-KEY and DELETE-KEY returns
authorPaul Park <pjpark@mit.edu>
Fri, 4 Aug 1995 20:09:59 +0000 (20:09 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 4 Aug 1995 20:09:59 +0000 (20:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6410 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadmin/kadmin.protocol

index e890b3ad21dc06b4694c12fe6ab04b50145111a7..5e48945f69f94010ced973d9cc909120287fdbe8 100644 (file)
@@ -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