log mod_auth_ldap/mod_auth_ldap.lua @ 1793:152439ca92ee

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
2013-09-17 Kim Alvefur mod_auth_ldap: Implement password change
2013-09-09 Kim Alvefur mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
2013-08-15 Kim Alvefur mod_auth_ldap: Add a configurable scope, defaulting to onelevel
2013-08-15 Kim Alvefur mod_auth_ldap: Switch to type-specific get_option variants
2013-01-25 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
2012-09-12 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
2011-02-22 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
2010-12-27 Waqas Hussain mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
2010-12-23 Matthew Wild mod_auth_ldap: Convert to real line endings
2010-12-13 Waqas Hussain mod_auth_ldap: Removed an invalid argument to a function.
2010-07-21 Matthew Wild mod_auth_ldap: Update for new usermanager.test_password syntax
2010-06-30 Waqas Hussain mod_auth_ldap: An auth plugin for authentication against LDAP.