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

s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILE

This commit is contained in:
Kai Blin
2011-10-15 12:17:14 +02:00
parent 009b97d6f3
commit 292554c396
3 changed files with 8 additions and 8 deletions

View File

@ -459,10 +459,10 @@ def setup_ad_dns(samdb, names, logger, hostip=None, hostip6=None, dns_backend=No
"""
if dns_backend is None:
dns_backend = "BIND9"
dns_backend = "BIND9_FLATFILE"
logger.info("Assuming bind9 DNS server backend")
# If dns_backend is BIND9
# If dns_backend is BIND9_FLATFILE
# Populate only CN=MicrosoftDNS,CN=System,<DOMAINDN>
#
# If dns_backend is SAMBA or BIND9_DLZ