Browse Source

roles/ldap: improved log and repl fix

python3
Zolfa 4 years ago
parent
commit
3f8db5cc20
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      roles/ldap/tasks/1_configure_server.yaml
  2. +1
    -0
      roles/ldap/tasks/5_configure_replication.yaml

+ 1
- 1
roles/ldap/tasks/1_configure_server.yaml View File

@ -85,7 +85,7 @@
dn: 'cn=config'
name: 'olcLogLevel'
state: 'exact'
values: 'conns acl'
values: 'stats acl'
- name: 'activate auditlog overlay'
ldap_entry:


+ 1
- 0
roles/ldap/tasks/5_configure_replication.yaml View File

@ -17,6 +17,7 @@
path: '/etc/ldap/syncrepl.key'
owner: 'openldap'
group: 'openldap'
when: ldap_syncrepl_is_consumer
- name: 'SYNC | activate syncprov module'
ldap_attr:


Loading…
Cancel
Save