From 6d974446200203c41177e5c2f6d248a2d65efc81 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 23 Nov 2011 16:09:29 +0100 Subject: Change default DNS zone manager to hostmaster Change our default zone manager to hostmaster@ (as per RFC 2142 recommendation). https://fedorahosted.org/freeipa/ticket/1981 --- ipalib/plugins/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/dns.py') diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py index e3522c90..b3a6abc6 100644 --- a/ipalib/plugins/dns.py +++ b/ipalib/plugins/dns.py @@ -670,7 +670,7 @@ class dnszone(LDAPObject): cli_name='admin_email', label=_('Administrator e-mail address'), doc=_('Administrator e-mail address'), - default_from=lambda idnsname: 'root.%s' % idnsname, + default_from=lambda idnsname: 'hostmaster.%s' % idnsname, normalizer=normalize_zonemgr, ), Int('idnssoaserial?', -- cgit