log mod_auth_ldap/mod_auth_ldap.lua @ 1618:c56baec031e8

age author description
2015-02-13 Waqas Hussain mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
2015-02-13 Waqas Hussain mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
2015-02-12 Waqas Hussain mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
2014-08-05 Kim Alvefur mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that
2014-08-05 Kim Alvefur mod_auth_ldap: Remove excess backslashes from escape pattern
2014-04-02 Kim Alvefur mod_auth_ldap: Default to 'bind' mode if rootdn is left empty
2014-04-02 Kim Alvefur mod_auth_ldap: Limit results in user lookup query to 1
2014-03-25 Kim Alvefur mod_auth_ldap: Fix issue with some versions of LuaLDAP
2014-01-24 Kim Alvefur mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user)
2014-01-15 Kim Alvefur mod_auth_ldap: Add support for binding
2014-01-15 Kim Alvefur mod_auth_ldap: Cleanup, reorder and some comments
2013-11-04 Kim Alvefur mod_auth_ldap: Fix set_password