1
0
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:
Amitay Isaacs 2011-09-12 13:17:50 +10:00 committed by Andrew Bartlett
parent c7c29a3523
commit 662818b123

View File

@ -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")