mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-kdc/pac_glue: use ENCTYPE_ARCFOUR_HMAC just like in db_glue.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e49802a02d
commit
c5965c41ae
@ -474,7 +474,7 @@ int kdc_check_pac(krb5_context context,
|
||||
krb5_keyblock keyblock;
|
||||
Key *key;
|
||||
if (kdc_sig->type == CKSUMTYPE_HMAC_MD5) {
|
||||
etype = ETYPE_ARCFOUR_HMAC_MD5;
|
||||
etype = ENCTYPE_ARCFOUR_HMAC;
|
||||
} else {
|
||||
ret = krb5_cksumtype_to_enctype(context,
|
||||
kdc_sig->type,
|
||||
|
Loading…
Reference in New Issue
Block a user