ldap: Added access to monitor database via socket and ipv6 localhost.
This commit is contained in:
parent
75092b2215
commit
9b214f3959
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue