blob: fa212a02d70d7bc52be93f53c7186fc877db0c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- name: Load and configure the syncprov overlay
openldap: module=syncprov
suffix=dc=fripost,dc=org
target=etc/ldap/syncprov.ldif
local=file
- name: Enable the EXTERNAL SASL mechanism
lineinfile: dest=/usr/lib/sasl2/slapd.conf
regexp='^mech_list'':'
line=mech_list':'' EXTERNAL'
owner=root group=root
mode=0644
# TODO: authz constraint
|