[1219] in Kerberos-V5-bugs
change to krb5-b4.3/src/kadmin/v4server/kadm_server.c
daemon@ATHENA.MIT.EDU (Paul Pomes - CCSO)
Mon Mar 20 18:23:17 1995
Date: Mon, 20 Mar 1995 17:23:32 -0600
From: Paul Pomes - CCSO <p-pomes@ux2.cso.uiuc.edu>
To: krb5-bugs@MIT.EDU
In order to make v4kadmind process requests from FTP Software's kpasswd client,
I had to extend the check for no password as follows.
*** kadm_server.c- Mon Mar 20 17:21:37 1995
--- kadm_server.c Mon Mar 20 17:08:48 1995
***************
*** 142,147 ****
--- 142,149 ----
no_pword++;
pword[0]='\0';
}
+ if (stvlen == 1 && pword[0] == '\0')
+ no_pword++;
stvlen += status;
keylow = ntohl(keylow);