summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2010-05-01 21:21:19 +0200
committerRob Crittenden <rcritten@redhat.com>2010-05-06 10:27:21 -0400
commite29be7ac3edb9dad9b748b20a21e3fc745d637dc (patch)
tree8509973752df85b3467bbd1666dde5753e660135
parentf6cde533fdc480a2bccfdf757f350bbc3aa49799 (diff)
downloadfreeipa-e29be7ac3edb9dad9b748b20a21e3fc745d637dc.tar.gz
freeipa-e29be7ac3edb9dad9b748b20a21e3fc745d637dc.tar.xz
freeipa-e29be7ac3edb9dad9b748b20a21e3fc745d637dc.zip
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.
-rw-r--r--install/share/bind.named.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index d733d61c1..447c50ccb 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";