summaryrefslogtreecommitdiffstats
path: root/roles/LDAP-provider/tasks/main.yml
blob: d22148661ec59bc30f52967c52ae054e67f28c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: Load and configure the syncprov overlay
  openldap: module=syncprov state=present
            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

- name: Copy the SyncRepls's client certificates
  assemble: src=certs/ldap
            remote_src=no
            dest=/etc/ldap/ssl/clients.pem
            owner=root group=root
            mode=0644
  tags:
    - genkey

# TODO: authz constraint