add memberof overlay

This commit is contained in:
Robert Kaussow 2018-12-02 02:21:16 +01:00
parent 0828e5a334
commit 1474aa9f17
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ modulepath /usr/lib64/openldap/
modulepath /usr/lib64/openldap
moduleload back_ldap
moduleload rwm
moduleload memberof.la
# Main settings ###############################################################
pidfile /var/run/openldap/slapd.pid
@ -40,6 +41,8 @@ rebind-as-user
uri "{{ ldap_proxy_server }}"
suffix "{{ ldap_proxy_server_suffix }}"
overlay memberof
### ACL definition ############################################################
include "{{ ldap_proxy_acl_file }}"