Development #8215
Add a basic OpenLDAP sock/shell backend for users
Start date:
09 September 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
The goal is to provide an LDAP read access to the user directory. It's an experimental feature.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|24d2535067bda3c6e8ba867e3a335a51ad1468c3.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
add a basic OpenLDAP sock/shell backend (fixes #8215)
To use it, launch using socat, ex:
On OpenLDAP side you need to configure a backend such as:
Only uuid, username, email, first_name and last_name are mapped (to uid,
, cn, mail, givenName and sn). The only filters supported are:
That is exact match, prefix match, suffix match or substring match on
attributes uid, cn, mail, givenName and sn.