log mod_auth_ldap/mod_auth_ldap.lua @ 1313:440d7276ca62

age author description
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.