From a7162e7766150aa7577a42747a4d583a425f7271 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 7 Nov 2014 12:45:43 +0100 Subject: Fix: DNS installer adds invalid zonemgr email Installer adds zonemgr as relative (and invalid) address. This fix force installer to use absolute email. Ticket: https://fedorahosted.org/freeipa/ticket/4707 Reviewed-By: David Kupka --- install/share/bind.zone.db.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/share') diff --git a/install/share/bind.zone.db.template b/install/share/bind.zone.db.template index 6795bb01a..ec175c608 100644 --- a/install/share/bind.zone.db.template +++ b/install/share/bind.zone.db.template @@ -1,6 +1,6 @@ $$ORIGIN $DOMAIN. $$TTL 86400 -@ IN SOA $DOMAIN. $ZONEMGR. ( +@ IN SOA $DOMAIN. $ZONEMGR ( 01 ; serial 3H ; refresh 15M ; retry -- cgit