r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well.
authorGünther Deschner <gd@samba.org>
Thu, 23 Dec 2004 09:36:49 +0000 (09:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:45 +0000 (10:53 -0500)
Guenther
(This used to be commit 5e6ce9a6e3d62190da5427ed7b5e2f2ac22a0c34)

source3/rpc_server/srv_samr_nt.c

index 8219e689f0ad5a52f29ff3e0f372b83e4ed6fbb4..820c8e7a3c255f935f41472beccb68554a00c9dc 100644 (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;