diff options
author | Kai Blin <kai@samba.org> | 2011-10-15 12:17:14 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2011-10-17 08:16:12 +0200 |
commit | 292554c396d0a848bb73423e08a5f30eba1d4907 (patch) | |
tree | 593f6574f2fe2772e2c4f21df331cf06a6e9585b /source4/setup | |
parent | 009b97d6f36eae2b4e8ac1452cb5ebb57dec1b46 (diff) | |
download | samba-292554c396d0a848bb73423e08a5f30eba1d4907.tar.gz samba-292554c396d0a848bb73423e08a5f30eba1d4907.tar.bz2 samba-292554c396d0a848bb73423e08a5f30eba1d4907.zip |
s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILE
Diffstat (limited to 'source4/setup')
-rwxr-xr-x | source4/setup/provision | 4 |
1 files changed, 2 insertions, 2 deletions
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", |