r26298: Use metze's schema loading code to pre-initialise the schema into the
[samba.git] / source4 / setup / provision_basedn_modify.ldif
1 ###############################
2 # Domain Naming Context
3 ###############################
4 dn: ${DOMAINDN}
5 changetype: modify
6 -
7 replace: dc
8 dc: ${RDN_DC}
9 -
10 replace: forceLogoff
11 forceLogoff: 9223372036854775808
12 -
13 replace: lockoutDuration
14 lockoutDuration: -18000000000
15 -
16 replace: lockOutObservationWindow
17 lockOutObservationWindow: -18000000000
18 -
19 replace: lockoutThreshold
20 lockoutThreshold: 0
21 -
22 replace: maxPwdAge
23 maxPwdAge: -37108517437440
24 -
25 replace: minPwdAge
26 minPwdAge: 0
27 -
28 replace: minPwdLength
29 minPwdLength: 7
30 -
31 replace: modifiedCountAtLastProm
32 modifiedCountAtLastProm: 0
33 -
34 replace: nextRid
35 nextRid: 1000
36 -
37 replace: pwdProperties
38 pwdProperties: 1
39 -
40 replace: pwdHistoryLength
41 pwdHistoryLength: 24
42 -
43 replace: objectSid
44 objectSid: ${DOMAINSID}
45 -
46 replace: oEMInformation
47 oEMInformation: Provisioned by Samba4: ${LDAPTIME}
48 -
49 replace: serverState
50 serverState: 1
51 -
52 replace: nTMixedDomain
53 nTMixedDomain: 1
54 -
55 replace: msDS-Behavior-Version
56 msDS-Behavior-Version: 0
57 -
58 replace: ridManagerReference
59 ridManagerReference: CN=RID Manager$,CN=System,${DOMAINDN}
60 -
61 replace: uASCompat
62 uASCompat: 1
63 -
64 replace: modifiedCount
65 modifiedCount: 1
66 -
67 replace: objectCategory
68 objectCategory: CN=Domain-DNS,${SCHEMADN}
69 -
70 replace: fSMORoleOwner
71 fSMORoleOwner: CN=NTDS Settings,CN=${NETBIOSNAME},CN=Servers,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN}
72 -
73 replace: isCriticalSystemObject
74 isCriticalSystemObject: TRUE
75 -
76 replace: subRefs
77 subRefs: ${CONFIGDN}
78 subRefs: ${SCHEMADN}
79 -
80 replace: gPLink
81 gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};2]
82 -
83 ${DOMAINGUID_MOD}