blob: 64c8e3000d04b0991b68c4658054ce13fc7dfee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- name: Copy the syncprov overlay configuration
copy: src=etc/ldap/syncprov.ldif
dest=/etc/ldap/fripost/syncprov.ldif
owner=root group=root
mode=0644
- name: Load and configure the syncprov overlay
openldap: module=syncprov state=present
suffix=o=mailHosting,dc=fripost,dc=org
target=/etc/ldap/fripost/syncprov.ldif
# TODO: authz constraint
|