From bd7cd1953ab77c6b5ad7a9e0e234a9ec917f5c6b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 9 Oct 2004 22:04:36 +0000 Subject: 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) --- source4/rootdse.ldif | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source4/rootdse.ldif (limited to 'source4/rootdse.ldif') diff --git a/source4/rootdse.ldif b/source4/rootdse.ldif new file mode 100644 index 0000000000..86ba2fd676 --- /dev/null +++ b/source4/rootdse.ldif @@ -0,0 +1,27 @@ +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 -- cgit