From 5049f61f39d6f6e95cc897372abe9b6c886e45ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Tue, 30 Jun 2009 13:44:45 +0200 Subject: [PATCH] [SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs" - This changes the attribute "forceLogoff" to its' default values according to Windows Server 2003 R2 - Also this corrects the "subRefs" attribute of the base-DN which only refers to direct child partitions (and therefore not to the complete transitive closure) --- source4/setup/provision_basedn_modify.ldif | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif index 7b13a193cb5..a7f3ce985c5 100644 --- a/source4/setup/provision_basedn_modify.ldif +++ b/source4/setup/provision_basedn_modify.ldif @@ -5,7 +5,7 @@ dn: ${DOMAINDN} changetype: modify - replace: forceLogoff -forceLogoff: 9223372036854775808 +forceLogoff: -9223372036854775808 - replace: lockoutDuration lockoutDuration: -18000000000 @@ -64,12 +64,14 @@ modifiedCount: 1 replace: fSMORoleOwner fSMORoleOwner: CN=NTDS Settings,${SERVERDN} - +replace: systemFlags +systemFlags: -1946157056 +- replace: isCriticalSystemObject isCriticalSystemObject: TRUE - replace: subRefs subRefs: ${CONFIGDN} -subRefs: ${SCHEMADN} - replace: gPLink gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};0] -- 2.11.4.GIT