mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
r11956: removed the old rootdse.ldif, and the provision.js code that uses it
(This used to be commit 4b56c129c6)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
53562f7746
commit
09932e0383
@@ -238,7 +238,6 @@ function provision_default_paths(subobj)
|
|||||||
paths.hkpd = "hkpd.ldb";
|
paths.hkpd = "hkpd.ldb";
|
||||||
paths.hkpt = "hkpt.ldb";
|
paths.hkpt = "hkpt.ldb";
|
||||||
paths.samdb = "sam.ldb";
|
paths.samdb = "sam.ldb";
|
||||||
paths.rootdse = "rootdse.ldb";
|
|
||||||
paths.secrets = "secrets.ldb";
|
paths.secrets = "secrets.ldb";
|
||||||
paths.dns = lp.get("private dir") + "/" + subobj.DNSDOMAIN + ".zone";
|
paths.dns = lp.get("private dir") + "/" + subobj.DNSDOMAIN + ".zone";
|
||||||
paths.winsdb = "wins.ldb";
|
paths.winsdb = "wins.ldb";
|
||||||
@@ -297,8 +296,6 @@ function provision(subobj, message, blank, paths)
|
|||||||
message("Setting up sam.ldb users and groups\n");
|
message("Setting up sam.ldb users and groups\n");
|
||||||
setup_ldb("provision_users.ldif", paths.samdb, subobj, data, false);
|
setup_ldb("provision_users.ldif", paths.samdb, subobj, data, false);
|
||||||
}
|
}
|
||||||
message("Setting up rootdse.ldb\n");
|
|
||||||
setup_ldb("rootdse.ldif", paths.rootdse, subobj);
|
|
||||||
message("Setting up secrets.ldb\n");
|
message("Setting up secrets.ldb\n");
|
||||||
setup_ldb("secrets.ldif", paths.secrets, subobj);
|
setup_ldb("secrets.ldif", paths.secrets, subobj);
|
||||||
message("Setting up DNS zone file\n");
|
message("Setting up DNS zone file\n");
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user