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

s4:provision - important fix for DNS domainname: lower realm

This commit is contained in:
Matthias Dieter Wallnöfer
2009-10-21 18:46:44 +02:00
parent 925b156a12
commit 47fcde1922

View File

@ -1266,7 +1266,7 @@ def provision(setup_dir, message, session_info,
lp.load(smbconf)
names = guess_names(lp=lp, hostname=hostname, domain=domain,
dnsdomain=realm, serverrole=serverrole, sitename=sitename,
dnsdomain=realm.lower(), serverrole=serverrole, sitename=sitename,
rootdn=rootdn, domaindn=domaindn, configdn=configdn, schemadn=schemadn,
serverdn=serverdn)