diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-11 17:14:01 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-11 17:14:01 +1000 |
commit | f009fa15a17d29e41e04eb950bafaea084d2c31d (patch) | |
tree | 3c3241330fb1d75145ecf5fd5c5c54d8c65a664b /source4/scripting | |
parent | 8c58cef875b931cf6655d3b7002ed0a7fe32fe35 (diff) | |
download | samba-f009fa15a17d29e41e04eb950bafaea084d2c31d.tar.gz samba-f009fa15a17d29e41e04eb950bafaea084d2c31d.tar.bz2 samba-f009fa15a17d29e41e04eb950bafaea084d2c31d.zip |
s4-provision: use DNS name, not domain name
The SPNs end in the DNS domain name
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 2495299e62..07dfc62e00 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -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, |