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

EE 2.2.1 Support? #10

Open ghuber opened 13 years ago

ghuber commented 13 years ago

Looks like this add-on may have issues with 2.2, as EL changed the authentication method.

Can you verify?

nickfoti commented 12 years ago

I can verify that this does work with EE2.3, I couldn't find anything in EE's changelogs to suggest that the authentication method had changed.

ghost commented 12 years ago

I am on EE 2.4 and it looks like one of the functions that this plugin uses has been deprecated. I am seeing the following error being thrown in my developer log

The system has detected an add-on that is using outdated code that may stop working or cause issues with the system. What does this mean? Deprecated function hash() called in \nce_ldap\ext.nce_ldap.php on line 246. Deprecated since 2.0. Use Security_helper::do_hash instead.

Any chance this can be patched?