mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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.
This commit is contained in:
committed by
Rob Crittenden
parent
f6cde533fd
commit
e29be7ac3e
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user