1
0
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:
Günther Deschner 2004-12-23 09:36:49 +00:00 committed by Gerald (Jerry) Carter
parent 5d08f59463
commit e15e7a5f1f

View File

@ -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;