From 292554c396d0a848bb73423e08a5f30eba1d4907 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 15 Oct 2011 12:17:14 +0200 Subject: s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILE --- source4/setup/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/provision') diff --git a/source4/setup/provision b/source4/setup/provision index 9ddbccf83a..a1c403fc19 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -82,8 +82,8 @@ parser.add_option("--krbtgtpass", type="string", metavar="PASSWORD", parser.add_option("--machinepass", type="string", metavar="PASSWORD", help="choose machine password (otherwise random)") parser.add_option("--dns-backend", type="choice", metavar="NAMESERVER-BACKEND", - choices=["SAMBA", "BIND9", "BIND9_DLZ"], - help="The DNS server backend. SAMBA is the builtin name server (experimental), BIND9 uses bind9 text database to store zone information (default), BIND9_DLZ uses samba4 AD to store zone information (recommended)") + choices=["SAMBA", "BIND9_FLATFILE", "BIND9_DLZ"], + help="The DNS server backend. SAMBA is the builtin name server (experimental), BIND9_FLATFILE uses bind9 text database to store zone information (default), BIND9_DLZ uses samba4 AD to store zone information (recommended)") parser.add_option("--dnspass", type="string", metavar="PASSWORD", help="choose dns password (otherwise random)") parser.add_option("--ldapadminpass", type="string", metavar="PASSWORD", -- cgit