From 3d4a18ecb24ac09bbbc4f599f443b0a7687d9161 Mon Sep 17 00:00:00 2001 From: Paul Park Date: Fri, 4 Aug 1995 20:09:59 +0000 Subject: 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 --- doc/kadmin/kadmin.protocol | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/kadmin/kadmin.protocol b/doc/kadmin/kadmin.protocol index e890b3ad21..5e48945f69 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 -- cgit