mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
271b5af92e
Rather than have the functional levels scattered in 4 different, unconnected locations, the provision script now sets it, and the rootdse module maintains it's copy only as a cached view onto the original values. We also use the functional level to determine if we should store AES Kerberos keys. Andrew Bartlett
19 lines
658 B
Plaintext
19 lines
658 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
|
|
supportedLDAPVersion: 2
|
|
dnsHostName: ${DNSNAME}
|
|
ldapServiceName: ${DNSDOMAIN}:${NETBIOSNAME}$@${REALM}
|
|
serverName: ${SERVERDN}
|
|
isSynchronized: FALSE
|
|
vendorName: Samba Team (http://samba.org)
|
|
supportedCapabilities: 1.2.840.113556.1.4.800
|
|
supportedCapabilities: 1.2.840.113556.1.4.1791
|
|
supportedCapabilities: 1.2.840.113556.1.4.1670
|