mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
s4-kdc/db_glue: use KRB5_PW_SALT instead of hdb type.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
683ba8a09d
commit
c5eb9b388e
@ -434,7 +434,7 @@ static krb5_error_code samba_kdc_message2entry_keys(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
key.salt->type = hdb_pw_salt;
|
||||
key.salt->type = KRB5_PW_SALT;
|
||||
|
||||
ret = krb5_data_copy(&key.salt->salt, salt.data, salt.length);
|
||||
if (ret) {
|
||||
@ -493,7 +493,7 @@ static krb5_error_code samba_kdc_message2entry_keys(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
key.salt->type = hdb_pw_salt;
|
||||
key.salt->type = KRB5_PW_SALT;
|
||||
|
||||
ret = krb5_data_copy(&key.salt->salt, salt.data, salt.length);
|
||||
if (ret) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user