Hi,
Yet another trailing dot issue, but this one was kept hidden because
only the latest bind-dyndb-ldap package uses the fake_mname option.

Thanks to Stephen for finding this one.

Martin
>From eb827af951e33047ba09e9fd4f88df0d41c6341b Mon Sep 17 00:00:00 2001
From: Martin Nagy <[email protected]>
Date: Sat, 1 May 2010 21:21:19 +0200
Subject: [PATCH] named.conf: Add trailing dot to the fake_mname

Yet another trailing dot issue, but this one was kept hidden because
only the latest bind-dyndb-ldap package uses the fake_mname option.
---
 install/share/bind.named.conf.template |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index d733d61..447c50c 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -34,7 +34,7 @@ dynamic-db "ipa" {
 	library "ldap.so";
 	arg "uri ldapi://%2fvar%2frun%2fslapd-$SERVER_ID.socket";
 	arg "base cn=dns, $SUFFIX";
-	arg "fake_mname $FQDN";
+	arg "fake_mname $FQDN.";
 	arg "auth_method sasl";
 	arg "sasl_mech GSSAPI";
 	arg "sasl_user DNS/$FQDN";
-- 
1.6.6.1

_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to