mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well.
Guenther
(This used to be commit 5e6ce9a6e3
)
This commit is contained in:
parent
5d08f59463
commit
e15e7a5f1f
@ -4391,6 +4391,9 @@ NTSTATUS _samr_unknown_2e(pipes_struct *p, SAMR_Q_UNKNOWN_2E *q_u, SAMR_R_UNKNOW
|
||||
case 0x07:
|
||||
init_unk_info7(&ctr->info.inf7);
|
||||
break;
|
||||
case 0x08:
|
||||
init_unk_info8(&ctr->info.inf8, (uint32) time(NULL));
|
||||
break;
|
||||
case 0x0c:
|
||||
account_policy_get(AP_LOCK_ACCOUNT_DURATION, &account_policy_temp);
|
||||
u_lock_duration = account_policy_temp * 60;
|
||||
|
Loading…
Reference in New Issue
Block a user