mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
r15399: Fix the build, sorry, Jerry :)
Guenther
This commit is contained in:
parent
7f64a66d25
commit
cc800ced60
@ -554,8 +554,8 @@ static int winbind_chauthtok_request(pam_handle_t * pamh,
|
||||
case -1:
|
||||
break;
|
||||
case REJECT_REASON_OTHER:
|
||||
if ((response.data.auth.policy.min_passwordage > 0)) &&
|
||||
(pwd_last_set + response.data.auth.policy.min_passwordage > time(NULL)) {
|
||||
if ((response.data.auth.policy.min_passwordage > 0) &&
|
||||
(pwd_last_set + response.data.auth.policy.min_passwordage > time(NULL))) {
|
||||
PAM_WB_REMARK_DIRECT(pamh, "NT_STATUS_PWD_TOO_RECENT");
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user