summaryrefslogtreecommitdiffstats
path: root/roles/LDAP-provider
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-07-06 19:55:58 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:32 +0200
commit1e68d980a0587bb1afea3685d0a46fce86135cb9 (patch)
tree64ef0d52ec5142058beab3ce5728d7cfbdd9f1a8 /roles/LDAP-provider
parentf877db8c189fc0a0c43aa5df9303ad34cceb774e (diff)
Enable zero-copy updates to the LDAP directory.
Diffstat (limited to 'roles/LDAP-provider')
-rw-r--r--roles/LDAP-provider/tasks/main.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/roles/LDAP-provider/tasks/main.yml b/roles/LDAP-provider/tasks/main.yml
index 64c8e30..fc9ed62 100644
--- a/roles/LDAP-provider/tasks/main.yml
+++ b/roles/LDAP-provider/tasks/main.yml
@@ -1,12 +1,7 @@
-- 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
+ target=etc/ldap/syncprov.ldif
+ local=file
# TODO: authz constraint