mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c764791100
In particular, allow for the server DN to be in a different site
(possible outcome of a DRS replication).
Andrew Bartlett
(This used to be commit 9ee4e39fe1
)
18 lines
573 B
Plaintext
18 lines
573 B
Plaintext
# the rootDSE module looks in this record for its base data
|
|
dn: @ROOTDSE
|
|
subschemaSubentry: CN=Aggregate,${SCHEMADN}
|
|
dsServiceName: CN=NTDS Settings,${SERVERDN}
|
|
defaultNamingContext: ${DOMAINDN}
|
|
rootDomainNamingContext: ${ROOTDN}
|
|
configurationNamingContext: ${CONFIGDN}
|
|
schemaNamingContext: ${SCHEMADN}
|
|
supportedLDAPVersion: 3
|
|
dnsHostName: ${DNSNAME}
|
|
ldapServiceName: ${DNSDOMAIN}:${NETBIOSNAME}$@${REALM}
|
|
serverName: ${SERVERDN}
|
|
domainFunctionality: 0
|
|
forestFunctionality: 0
|
|
domainControllerFunctionality: 2
|
|
isSynchronized: FALSE
|
|
vendorName: Samba Team (http://samba.org)
|