summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/ldap.yml
Commit message (Collapse)AuthorAgeFiles
* Reorganization.Guilhem Moulin2015-06-071
|
* Optimize LDAP modifications.Guilhem Moulin2015-06-071
| | | | | | | For non-indexed attributes, do not ask the LDAP server to modify values in the symmetric difference of A (the entry found in the directory) and B (the target). That is, we replace A by B only when they are disjoint; otherwise we remove values in A-B and add those in B-A.
* Load our schema *before* the database.Guilhem Moulin2015-06-071
| | | | Since indices are specified in the database LDIF.
* Common LDAP (slapd) configuration.Guilhem Moulin2015-06-071