summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-dns-install
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-02-20 13:40:13 +0100
committerMartin Kosek <mkosek@redhat.com>2012-02-20 15:34:45 +0100
commite10af0b764fb2d042c6ad730866af508f231c8cb (patch)
treeb6530905db9e78c34b9e2f4da4a8ca9ede430dc0 /install/tools/ipa-dns-install
parent8ec98dfcae3daf1324bf924e1bf1684007bcf9d1 (diff)
downloadfreeipa-e10af0b764fb2d042c6ad730866af508f231c8cb.tar.gz
freeipa-e10af0b764fb2d042c6ad730866af508f231c8cb.tar.xz
freeipa-e10af0b764fb2d042c6ad730866af508f231c8cb.zip
Ease zonemgr restrictions
Admin e-mail validator currently requires an email to be in a second-level domain (hostmaster@example.com). This is too restrictive. Top level domain e-mails (hostmaster@testrelm) should also be allowed. This patch also fixes default zonemgr value in help texts and man pages. https://fedorahosted.org/freeipa/ticket/2272
Diffstat (limited to 'install/tools/ipa-dns-install')
-rwxr-xr-xinstall/tools/ipa-dns-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install
index 70cc00d33..c9014371e 100755
--- a/install/tools/ipa-dns-install
+++ b/install/tools/ipa-dns-install
@@ -51,7 +51,7 @@ def parse_options():
default=False, help="Do not create new reverse DNS zone")
parser.add_option("--zonemgr", action="callback", callback=bindinstance.zonemgr_callback,
type="string",
- help="DNS zone manager e-mail address. Defaults to root")
+ help="DNS zone manager e-mail address. Defaults to hostmaster@DOMAIN")
parser.add_option("--zone-notif", dest="zone_notif",
action="store_true", default=False,
help="Let name server receive notification when a new zone is added." \