add memberof overlay
This commit is contained in:
parent
0828e5a334
commit
1474aa9f17
@ -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 }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user