mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Correctly report if this is a krb related password operation
Fixes: https://fedorahosted.org/freeipa/ticket/949
This commit is contained in:
committed by
Rob Crittenden
parent
77e1ef2f80
commit
b46faf9dfc
@@ -659,6 +659,7 @@ static int ipapwd_pre_mod(Slapi_PBlock *pb)
|
||||
goto done;
|
||||
}
|
||||
|
||||
pwdop->is_krb = is_krb;
|
||||
pwdop->pwd_op = IPAPWD_OP_MOD;
|
||||
pwdop->pwdata.password = slapi_ch_strdup(unhashedpw);
|
||||
pwdop->pwdata.changetype = IPA_CHANGETYPE_NORMAL;
|
||||
|
||||
Reference in New Issue
Block a user