source: branches/samba-3.5.x/source4/setup/provision_basedn_modify.ldif

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 2.9 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-
14replace: forceLogoff
15forceLogoff: -9223372036854775808
16-
17# "fSMORoleOwner" filled in later
18replace: gPLink
19gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};0]
20-
21replace: isCriticalSystemObject
22isCriticalSystemObject: TRUE
23-
24replace: lockoutDuration
25lockoutDuration: -18000000000
26-
27replace: lockOutObservationWindow
28lockOutObservationWindow: -18000000000
29-
30replace: lockoutThreshold
31lockoutThreshold: 0
32-
33# "masteredBy" filled in later
34replace: maxPwdAge
35maxPwdAge: -37108517437440
36-
37# FIXME: This should be "-864000000000" when we fully comply with passwords pol.
38replace: minPwdAge
39minPwdAge: 0
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-PerUserTrustQuota
61msDS-PerUserTrustQuota: 1
62-
63replace: msDS-PerUserTrustTombstonesQuota
64msDS-PerUserTrustTombstonesQuota: 10
65-
66replace: nextRid
67nextRid: 1000
68-
69replace: nTMixedDomain
70nTMixedDomain: 0
71-
72replace: objectSid
73objectSid: ${DOMAINSID}
74-
75# This exists only 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-
100replace: wellKnownObjects
101wellKnownObjects: B:32:6227f0af1fc2410d8e3bb10615bb5b0f:CN=NTDS Quotas,${DOMAINDN}
102wellKnownObjects: B:32:f4be92a4c777485e878e9421d53087db:CN=Microsoft,CN=Program Data,${DOMAINDN}
103wellKnownObjects: B:32:09460c08ae1e4a4ea0f64aee7daa1e5a:CN=Program Data,${DOMAINDN}
104wellKnownObjects: B:32:22b70c67d56e4efb91e9300fca3dc1aa:CN=ForeignSecurityPrincipals,${DOMAINDN}
105wellKnownObjects: B:32:18e2ea80684f11d2b9aa00c04f79f805:CN=Deleted Objects,${DOMAINDN}
106wellKnownObjects: B:32:2fbac1870ade11d297c400c04fd8d5cd:CN=Infrastructure,${DOMAINDN}
107wellKnownObjects: B:32:ab8153b7768811d1aded00c04fd8d5cd:CN=LostAndFound,${DOMAINDN}
108wellKnownObjects: B:32:ab1d30f3768811d1aded00c04fd8d5cd:CN=System,${DOMAINDN}
109wellKnownObjects: B:32:a361b2ffffd211d1aa4b00c04fd7d83a:OU=Domain Controllers,${DOMAINDN}
110wellKnownObjects: B:32:aa312825768811d1aded00c04fd8d5cd:CN=Computers,${DOMAINDN}
111wellKnownObjects: B:32:a9d1ca15768811d1aded00c04fd8d5cd:CN=Users,${DOMAINDN}
112-
113${DOMAINGUID_MOD}
Note: See TracBrowser for help on using the repository browser.