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)
I added the required files and updated directory structure to support EE3. I also had to update the password hash function to work with EE3 for updating the user's PW.
I added the required files and updated directory structure to support EE3. I also had to update the password hash function to work with EE3 for updating the user's PW.
Otherwise, works great!