diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-10-09 22:04:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:41 -0500 |
commit | bd7cd1953ab77c6b5ad7a9e0e234a9ec917f5c6b (patch) | |
tree | 8f77a6fbc04c10a5170f11395409669b5c243eb7 /source4/ldap_server | |
parent | a48cf8d27f2b6d13081a2382f93e884d9c60e3cb (diff) | |
download | samba-bd7cd1953ab77c6b5ad7a9e0e234a9ec917f5c6b.tar.gz samba-bd7cd1953ab77c6b5ad7a9e0e234a9ec917f5c6b.tar.bz2 samba-bd7cd1953ab77c6b5ad7a9e0e234a9ec917f5c6b.zip |
r2880: move the rootdse.ldif template to the source/ dir
so that that it will be easier found by running
./script/rootdse.pl
metze
(This used to be commit 650713f7fe5cf8cf81cab034af47d533c2e84227)
Diffstat (limited to 'source4/ldap_server')
-rw-r--r-- | source4/ldap_server/rootdse.ldif | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/source4/ldap_server/rootdse.ldif b/source4/ldap_server/rootdse.ldif deleted file mode 100644 index 86ba2fd676..0000000000 --- a/source4/ldap_server/rootdse.ldif +++ /dev/null @@ -1,27 +0,0 @@ -dn: @INDEXLIST - -dn: @ATTRIBUTES - -dn: @SUBCLASSES - -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}$@${DNSDOMAIN} -serverName: CN=${NETBIOSNAME},CN=Servers,CN=Default-First-Site,CN=Sites,CN=Configuration,${BASEDN} -isSynchronized: _DYNAMIC_ -domainFunctionality: 0 -forestFunctionality: 0 -domainControllerFunctionality: 2 |