1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-04 00:59:13 +03:00

s4-provision: use DNS name, not domain name

The SPNs end in the DNS domain name
This commit is contained in:
Andrew Tridgell
2009-09-11 17:14:01 +10:00
parent 8c58cef875
commit f009fa15a1
2 changed files with 3 additions and 2 deletions

View File

@ -801,6 +801,7 @@ def setup_self_join(samdb, names,
# Setup fSMORoleOwner entries to point at the newly created DC entry
setup_modify_ldif(samdb, setup_path("provision_self_join_modify.ldif"), {
"DOMAIN": names.domain,
"DNSDOMAIN": names.dnsdomain,
"DOMAINDN": names.domaindn,
"CONFIGDN": names.configdn,
"SCHEMADN": names.schemadn,