diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-29 08:58:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:50 -0500 |
commit | 09932e03837e7c41fdc3a2985f005a6b255fd26c (patch) | |
tree | 8aae05c5e6dbcebacc55786d1a5a302791dc5112 /source4/setup/rootdse.ldif | |
parent | 53562f774662eda06563870bb7daf857df01590f (diff) | |
download | samba-09932e03837e7c41fdc3a2985f005a6b255fd26c.tar.gz samba-09932e03837e7c41fdc3a2985f005a6b255fd26c.tar.bz2 samba-09932e03837e7c41fdc3a2985f005a6b255fd26c.zip |
r11956: removed the old rootdse.ldif, and the provision.js code that uses it
(This used to be commit 4b56c129c6f1654f9dbe37bc950a836f15c48b3d)
Diffstat (limited to 'source4/setup/rootdse.ldif')
-rw-r--r-- | source4/setup/rootdse.ldif | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/source4/setup/rootdse.ldif b/source4/setup/rootdse.ldif deleted file mode 100644 index 67c49f0f26..0000000000 --- a/source4/setup/rootdse.ldif +++ /dev/null @@ -1,32 +0,0 @@ -dn: @INDEXLIST - -dn: @ATTRIBUTES -createTimestamp: HIDDEN -modifyTimestamp: HIDDEN - -dn: @SUBCLASSES - -dn: @MODULES -@MODULE: operational - -dn: cn=rootDSE -currentTime: _DYNAMIC_ -subschemaSubentry: CN=Aggregate,CN=Schema,CN=Configuration,${BASEDN} -dsServiceName: CN=NTDS Settings,CN=${NETBIOSNAME},CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,${BASEDN} -namingContexts: ${BASEDN} -namingContexts: CN=Configuration,${BASEDN} -namingContexts: CN=Schema,CN=Configuration,${BASEDN} -defaultNamingContext: ${BASEDN} -rootDomainNamingContext: ${BASEDN} -configurationNamingContext: CN=Configuration,${BASEDN} -schemaNamingContext: CN=Schema,CN=Configuration,${BASEDN} -supportedLDAPVersion: 3 -highestCommittedUSN: _DYNAMIC_ -supportedSASLMechanisms: GSS-SPNEGO -dnsHostName: ${DNSNAME} -ldapServiceName: ${DNSDOMAIN}:${NETBIOSNAME}$@${REALM} -serverName: CN=${NETBIOSNAME},CN=Servers,CN=Default-First-Site,CN=Sites,CN=Configuration,${BASEDN} -isSynchronized: _DYNAMIC_ -domainFunctionality: 0 -forestFunctionality: 0 -domainControllerFunctionality: 2 |