diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-06-30 13:44:45 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-07-02 11:21:02 +1000 |
commit | 5049f61f39d6f6e95cc897372abe9b6c886e45ac (patch) | |
tree | 7895c5994f0410668c11910c328099ea6ecb4b71 /source4/setup | |
parent | 82b5fad8be2cf05c17d115fa86c1049a41fae75b (diff) | |
download | samba-5049f61f39d6f6e95cc897372abe9b6c886e45ac.tar.gz samba-5049f61f39d6f6e95cc897372abe9b6c886e45ac.tar.bz2 samba-5049f61f39d6f6e95cc897372abe9b6c886e45ac.zip |
[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)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_basedn_modify.ldif | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif index 7b13a193cb..a7f3ce985c 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] |