source: trunk/server/source4/setup/provision_basedn_modify.ldif

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 2.1 KB
Line 
1###############################
2# Domain Naming Context
3###############################
4dn: ${DOMAINDN}
5changetype: modify
6-
7# This should be 0x0001, but the 0 byte is not allowed - therefore encoded
8replace: auditingPolicy
9auditingPolicy:: AAE=
10-
11replace: creationTime
12creationTime: ${CREATTIME}
13-
14# "dSCorePropagationDate" should contain the provision data
15replace: forceLogoff
16forceLogoff: -9223372036854775808
17-
18# "fSMORoleOwner" filled in later
19replace: gPLink
20gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};0]
21-
22replace: isCriticalSystemObject
23isCriticalSystemObject: TRUE
24-
25replace: lockoutDuration
26lockoutDuration: -18000000000
27-
28replace: lockOutObservationWindow
29lockOutObservationWindow: -18000000000
30-
31replace: lockoutThreshold
32lockoutThreshold: 0
33-
34# "masteredBy" filled in later
35replace: maxPwdAge
36maxPwdAge: -36288000000000
37-
38replace: minPwdAge
39minPwdAge: -864000000000
40-
41replace: minPwdLength
42minPwdLength: 7
43-
44replace: modifiedCount
45modifiedCount: 1
46-
47replace: modifiedCountAtLastProm
48modifiedCountAtLastProm: 0
49-
50replace: msDS-AllUsersTrustQuota
51msDS-AllUsersTrustQuota: 1000
52-
53replace: msDS-Behavior-Version
54msDS-Behavior-Version: ${DOMAIN_FUNCTIONALITY}
55-
56replace: ms-DS-MachineAccountQuota
57ms-DS-MachineAccountQuota: 10
58-
59# "msDs-masteredBy" filled in later
60replace: msDS-NcType
61msDS-NcType: 0
62-
63replace: msDS-PerUserTrustQuota
64msDS-PerUserTrustQuota: 1
65-
66replace: msDS-PerUserTrustTombstonesQuota
67msDS-PerUserTrustTombstonesQuota: 10
68-
69replace: nextRid
70nextRid: ${NEXTRID}
71-
72replace: nTMixedDomain
73nTMixedDomain: 0
74-
75# This does only exist in SAMBA
76replace: oEMInformation
77oEMInformation: Provisioned by SAMBA ${SAMBA_VERSION_STRING}
78-
79replace: pwdProperties
80pwdProperties: 1
81-
82replace: pwdHistoryLength
83pwdHistoryLength: 24
84-
85replace: rIDManagerReference
86rIDManagerReference: CN=RID Manager$,CN=System,${DOMAINDN}
87-
88replace: serverState
89serverState: 1
90-
91replace: subRefs
92subRefs: ${CONFIGDN}
93-
94replace: systemFlags
95systemFlags: -1946157056
96-
97replace: uASCompat
98uASCompat: 1
99-
100
Note: See TracBrowser for help on using the repository browser.