summaryrefslogtreecommitdiffstats
path: root/roles/common-LDAP
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-02 06:03:28 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:06 +0200
commit175f9f0272ab50a3bd6567ece06f8a5655866b08 (patch)
treebaa4d09f88b41307b6306d861eafed65a356f381 /roles/common-LDAP
parentdd155fee24fcb05dad7ea9df241ce138ad7083b0 (diff)
Configure the LDAP provider.
(Hence the SyncProv overlay.)
Diffstat (limited to 'roles/common-LDAP')
-rw-r--r--roles/common-LDAP/tasks/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml
index 27a0298..06eb692 100644
--- a/roles/common-LDAP/tasks/main.yml
+++ b/roles/common-LDAP/tasks/main.yml
@@ -66,18 +66,8 @@
# TODO load other required schemas *before* loading the database
- fripost/database.ldif
-- name: Load LDAP modules
- openldap: module={{ item }}.la state=present
- with_items:
- # TODO only if provider
- - syncprov
- # TODO only if writable
- - constraint
-
- name: Start slapd
service: name=slapd state=started
when: not (r1.changed or r2.changed)
- meta: flush_handlers
-
-# TODO: authz constraint syncprov