diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-04-04 16:07:53 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-04-04 16:07:53 +0200 |
commit | 779fc904868bb2bc3f5f73cfd225ec7655ba14cf (patch) | |
tree | 83d7e68bce40cd59665810b830fd595b52a13068 /roles/LDAP-provider/tasks | |
parent | 8d6dd2e082547d6f814a904181700d7fb54d7127 (diff) |
LDAP: Expose part of the database to Nextcloud.
Diffstat (limited to 'roles/LDAP-provider/tasks')
-rw-r--r-- | roles/LDAP-provider/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/LDAP-provider/tasks/main.yml b/roles/LDAP-provider/tasks/main.yml index ad6e7bb..af46c51 100644 --- a/roles/LDAP-provider/tasks/main.yml +++ b/roles/LDAP-provider/tasks/main.yml @@ -12,4 +12,7 @@ owner=root group=root mode=0644 +#- name: Load dyngroup schema +# openldap: target=/etc/ldap/schema/dyngroup.ldif + # TODO: authz constraint |