Développement #8215
Add a basic OpenLDAP sock/shell backend for users
Status:
Fermé
Priority:
Normal
Category:
-
Target version:
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 (retour le 1er août) almost 10 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 (retour le 1er août) over 9 years ago
- Status changed from Résolu (à déployer) to Solution déployée
Updated by Benjamin Dauvergne (retour le 1er août) over 7 years ago
- Status changed from Solution déployée to Fermé
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.