You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to implement an read-only ldap server for OTPme (https://www.otpme.org/) using ldaptor and as OTPme focus on OTPs i dont want to add a static password (attribute) to the ldap tree. instead it would be great to get the username/OTP from ldaptor for verification.
for everyone who wants to do the same. you just have to add a bind() method to your "db" class. an example bind() method can be found in entry.py (BaseLDAPEntry()).
i'm trying to implement an read-only ldap server for OTPme (https://www.otpme.org/) using ldaptor and as OTPme focus on OTPs i dont want to add a static password (attribute) to the ldap tree. instead it would be great to get the username/OTP from ldaptor for verification.
is there any interface in ldaptor for this?
reference: http://twistedmatrix.com/pipermail/twisted-python/2015-May/029447.html
The text was updated successfully, but these errors were encountered: