mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
s4:provision - rootdse - remove static "ldapServiceName" attribute
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
1d9a348144
commit
76c346dfc1
@@ -873,9 +873,6 @@ def setup_samdb_rootdse(samdb, setup_path, names):
|
||||
"""
|
||||
setup_add_ldif(samdb, setup_path("provision_rootdse_add.ldif"), {
|
||||
"SCHEMADN": names.schemadn,
|
||||
"NETBIOSNAME": names.netbiosname,
|
||||
"DNSDOMAIN": names.dnsdomain,
|
||||
"REALM": names.realm,
|
||||
"DOMAINDN": names.domaindn,
|
||||
"ROOTDN": names.rootdn,
|
||||
"CONFIGDN": names.configdn,
|
||||
|
||||
@@ -8,7 +8,6 @@ configurationNamingContext: ${CONFIGDN}
|
||||
schemaNamingContext: ${SCHEMADN}
|
||||
supportedLDAPVersion: 3
|
||||
supportedLDAPVersion: 2
|
||||
ldapServiceName: ${DNSDOMAIN}:${NETBIOSNAME}$@${REALM}
|
||||
isSynchronized: FALSE
|
||||
vendorName: Samba Team (http://samba.org)
|
||||
supportedCapabilities: 1.2.840.113556.1.4.800
|
||||
|
||||
Reference in New Issue
Block a user