diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-07 20:12:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:40 +0200 |
commit | 3e38718677b10faca8970d9b1cc8edc215cce798 (patch) | |
tree | bf923310388e57fb2f591ad621bc5b1240aa42ce /roles/LDAP-provider/tasks | |
parent | 2dfe29dfcd35fae7160178e329fb0647cc896e3b (diff) |
Fix race condition when generating cerificates for slapd.
The SyncProv won't start if the file olcTLSCACertificateFile points to
doesn't exist.
Diffstat (limited to 'roles/LDAP-provider/tasks')
-rw-r--r-- | roles/LDAP-provider/tasks/main.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/LDAP-provider/tasks/main.yml b/roles/LDAP-provider/tasks/main.yml index d221486..0ba4f26 100644 --- a/roles/LDAP-provider/tasks/main.yml +++ b/roles/LDAP-provider/tasks/main.yml @@ -11,13 +11,4 @@ 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 |