summaryrefslogtreecommitdiffstats
path: root/install/share/bind.named.conf.template
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-11-25 01:00:26 +0100
committerRob Crittenden <rcritten@redhat.com>2010-01-21 17:37:42 -0500
commitd6ca88f331a66799a18087b90af71f03b8706714 (patch)
tree1771a5d5f3806c953ff9fe0209e96bc47fbc07b2 /install/share/bind.named.conf.template
parentd53df67c953143b65dc619b59656158cb55185fc (diff)
downloadfreeipa-d6ca88f331a66799a18087b90af71f03b8706714.tar.gz
freeipa-d6ca88f331a66799a18087b90af71f03b8706714.tar.xz
freeipa-d6ca88f331a66799a18087b90af71f03b8706714.zip
Set BIND to use ldapi and use fake mname
The fake_mname for now doesn't exists but is a feature that will be added in the near future. Since any unknown arguments to bind-dyndb-ldap are ignored, we are safe to use it now.
Diffstat (limited to 'install/share/bind.named.conf.template')
-rw-r--r--install/share/bind.named.conf.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index 8b5fac2a6..d733d61c1 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -32,8 +32,9 @@ include "/etc/named.rfc1912.zones";
dynamic-db "ipa" {
library "ldap.so";
- arg "uri ldap://$FQDN";
+ arg "uri ldapi://%2fvar%2frun%2fslapd-$SERVER_ID.socket";
arg "base cn=dns, $SUFFIX";
+ arg "fake_mname $FQDN";
arg "auth_method sasl";
arg "sasl_mech GSSAPI";
arg "sasl_user DNS/$FQDN";