designbyfront / LDAP-Authentication-for-ExpressionEngine

An ExpressionEngine Extension that allows the authentication of users via LDAP. LDAP details are copied to the EE database before standard MySQL authentication is performed. If user is not found on LDAP, MySQL authentication will still be performed (useful for EE users not in LDAP)
http://www.designbyfront.com
30 stars 16 forks source link

How do I know this extension is working? #13

Closed maushana closed 12 years ago

maushana commented 12 years ago

Hi, I installed the LDAP extension on my EE 2.3.1 and I'm trying to test it to see if it works but not sure how to do so? Is there any documentation or info somewhere on how to test this? Any help is appreciated.

Thank you,

Mike

maushana commented 12 years ago

I figured it all out. I actually took this code and made it into a library so I can use it with my Authenticate add-on and it works great :)