mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
s4-provision: Fix the informational message from dns provisioning
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c7c29a3523
commit
662818b123
@ -497,7 +497,7 @@ def setup_ad_dns(samdb, names, logger, hostip=None, hostip6=None, dns_backend=No
|
||||
logger.info("Adding DNS accounts")
|
||||
add_dns_accounts(samdb, domaindn)
|
||||
|
||||
logger.info("Populating CN=System,%s" % domaindn)
|
||||
logger.info("Populating CN=MicrosoftDNS,CN=System,%s" % domaindn)
|
||||
|
||||
# Set up MicrosoftDNS container
|
||||
add_dns_container(samdb, domaindn, "CN=System")
|
||||
|
Loading…
x
Reference in New Issue
Block a user