(_krb5_mk_req_internal): use md5 for des-cbc-md4 and des-cbc-md5.
This is for (older) windows that will be unhappy anything older. From Inna Bort-Shatsky git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19511 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -91,7 +91,9 @@ _krb5_mk_req_internal(krb5_context context,
|
||||
in_data->length,
|
||||
&c);
|
||||
} else if(ac->keyblock->keytype == ETYPE_ARCFOUR_HMAC_MD5 ||
|
||||
ac->keyblock->keytype == ETYPE_ARCFOUR_HMAC_MD5_56) {
|
||||
ac->keyblock->keytype == ETYPE_ARCFOUR_HMAC_MD5_56 ||
|
||||
ac->keyblock->keytype == ETYPE_DES_CBC_MD4 ||
|
||||
ac->keyblock->keytype == ETYPE_DES_CBC_MD5) {
|
||||
/* this is to make MS kdc happy */
|
||||
ret = krb5_create_checksum(context,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user