ldap: Added access to monitor database via socket and ipv6 localhost.

This commit is contained in:
Timo Makinen 2014-02-13 17:46:59 +02:00
parent 75092b2215
commit 9b214f3959

View file

@ -51,4 +51,8 @@ include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/database.co
database monitor
access to *
by peername.ip=127.0.0.1 read
by * none
<% if @ipv6enabled == 'true' -%>
by peername.ipv6=::1 read
<% end -%>
by sockurl=ldapi:/// read
by * none