scumjr / yubikeyedup

Simple and secure YubiKey OTP validation server
GNU General Public License v3.0
34 stars 15 forks source link

LDAP storage instead of SQL #2

Open nynymike opened 8 years ago

nynymike commented 8 years ago

It would be natural to store this information as an attribute of a user in LDAP. Many people have been using Michael Stroeder's python LDAP library for years: https://www.python-ldap.org/ One issue with it though is that it relies on underlying C ldap libraries. A pure python implementation is available from twisted: https://github.com/twisted/ldaptor

We are thinking of adding yubikeydup to the Gluu Server. We could contribute to your effort, or we could fork your code. What do you think? Can you send me a linkedin to https://www.linkedin.com/in/nynymike ?

gabefair commented 7 years ago

Did you ever hear back about this? What did you end up doing to get LDAP functionality?

nynymike commented 7 years ago

We never assigned a resource to this at Gluu. So we haven't done anything.