summaryrefslogtreecommitdiff
path: root/source4/setup/provision_self_join.ldif
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-05 15:20:10 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 13:02:58 +1100
commita1362492ab71a8853d2292d55b35e5c90de9448e (patch)
tree063e9c213418d5de74cbc0367fab4051794d4077 /source4/setup/provision_self_join.ldif
parentbd6d0e93795589f18894b4e3837970436969fc60 (diff)
downloadsamba-a1362492ab71a8853d2292d55b35e5c90de9448e.tar.gz
samba-a1362492ab71a8853d2292d55b35e5c90de9448e.tar.bz2
samba-a1362492ab71a8853d2292d55b35e5c90de9448e.zip
s4-provision: added an initial RID Set
We will allocate RIDs from this set Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup/provision_self_join.ldif')
-rw-r--r--source4/setup/provision_self_join.ldif11
1 files changed, 10 insertions, 1 deletions
diff --git a/source4/setup/provision_self_join.ldif b/source4/setup/provision_self_join.ldif
index 0d28b51a43..f110902316 100644
--- a/source4/setup/provision_self_join.ldif
+++ b/source4/setup/provision_self_join.ldif
@@ -15,7 +15,7 @@ localPolicyFlags: 0
operatingSystem: Samba
operatingSystemVersion: ${SAMBA_VERSION_STRING}
primaryGroupID: 516
-# "rIDSetReferences" doesn't exist since we still miss distributed RIDs
+rIDSetReferences: CN=RID Set,CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
sAMAccountName: ${NETBIOSNAME}$
# "servicePrincipalName" for FRS doesn't exit since we still miss FRS support
# "servicePrincipalName"s for DNS ("ldap/../ForestDnsZones",
@@ -34,6 +34,15 @@ servicePrincipalName: ldap/${DNSNAME}/${REALM}
userAccountControl: 532480
userPassword:: ${MACHINEPASS_B64}
+dn: CN=RID Set,CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
+objectClass: top
+objectClass: rIDSet
+rIDAllocationPool: 1000-1499
+rIDPreviousAllocationPool: 1000-1499
+rIDUsedPool: 0
+rIDNextRID: 1000
+
+
# Here are missing the objects for the NTFRS subscription and the RID set since
# we don't support those techniques (FRS, distributed RIDs) yet.