diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-05-14 21:53:14 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:53:26 +0200 |
commit | 334b7604727810c02ecb8942f3753dee15466691 (patch) | |
tree | 5a3abd1691c8d15a85ca3b41b4bb400e66b4691f /roles/common-LDAP/tasks | |
parent | 83ce4d28347d6bf7f8cd42e23465227548e3f878 (diff) |
Upgrade the LDAP config to Jessie.
Diffstat (limited to 'roles/common-LDAP/tasks')
-rw-r--r-- | roles/common-LDAP/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml index 60ccc76..5c15cc8 100644 --- a/roles/common-LDAP/tasks/main.yml +++ b/roles/common-LDAP/tasks/main.yml @@ -18,12 +18,6 @@ notify: - Restart slapd -- name: Copy DB_CONFIG - copy: src=var/lib/ldap/DB_CONFIG - dest=/var/lib/ldap/DB_CONFIG - owner=openldap group=openldap - mode=0644 - - name: Create directory /etc/ldap/ssl file: path=/etc/ldap/ssl state=directory |