Actions
Feature #48
openadd ldap server support
Start date:
15 April 2016
Due date:
% Done:
60%
Estimated time:
(Total: 0:00 h)
Description
OTPme should support ldap as access protocol to it's users, groups etc.
- add ldap support for different object classes as extensions
- add support for units (ou)
- add group support (memberUid)
- ...
Updated by The 2nd over 8 years ago
- % Done changed from 30 to 60
This feature is implemented using python-ldaptor. Users can authenticate with any token that supports clear-text passwords (e.g. OTP or static passwords). OTPme ACLs are used to restrict access to LDAP attributes. Currently we support LDAP for the following objects:
- Realm/Site as DC
- Units as OUs
- Users as posixAccount
- Groups as posixGroup
Actions