Project

General

Profile

LDAP Active Directory authentication with WT Auth

Added by Maximilian Kleinert over 6 years ago

Hi,

i would like to know if anyone has successfully integrated LDAP Active Directory authentication in WT Auth?

I found some hints about LDAP in the following post https://redmine.webtoolkit.eu/boards/2/topics/8467?r=8597#message-8597

There it is mentioned to specialize the password verifier, but the verify function takes a password and a hash and I could not find a method to retrieve a hashed password from LDAP Active Directory.

So far I checked if a user is valid with the function ADsOpenObject https://msdn.microsoft.com/en-us/library/aa772238(v=vs.85).aspx (on Windows) or with https://github.com/paleg/libadclient (on Linux)

Is there a way to integrate this functionality with WT Auth?

Regards,

Max