AUTHENTICATE and AUTHENTICATE_V2 is almost the same, and clients
(klog) can deal with that the kaserver returns the same thing for both git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -827,6 +827,7 @@ do_kaserver(unsigned char *buf,
|
||||
krb5_ret_int32(sp, &op);
|
||||
switch (op) {
|
||||
case AUTHENTICATE :
|
||||
case AUTHENTICATE_V2 :
|
||||
do_authenticate (&hdr, sp, addr, reply);
|
||||
break;
|
||||
case GETTICKET :
|
||||
@@ -845,7 +846,6 @@ do_kaserver(unsigned char *buf,
|
||||
case DEBUG :
|
||||
case GETPASSWORD :
|
||||
case GETRANDOMKEY :
|
||||
case AUTHENTICATE_V2 :
|
||||
default :
|
||||
make_error_reply (&hdr, RXGEN_OPCODE, reply);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user