diff options
author | Martin Nagy <mnagy@redhat.com> | 2010-05-01 21:21:19 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-05-06 10:27:21 -0400 |
commit | e29be7ac3edb9dad9b748b20a21e3fc745d637dc (patch) | |
tree | 8509973752df85b3467bbd1666dde5753e660135 | |
parent | f6cde533fdc480a2bccfdf757f350bbc3aa49799 (diff) | |
download | freeipa-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.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 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"; |