log mod_auth_ldap/mod_auth_ldap.lua @ 4982:8a4b17e2e984

age author description
2020-01-27 Matthew Wild mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive
2019-04-28 Kim Alvefur mod_auth_ldap: Use module API for logging
2019-04-28 Kim Alvefur mod_auth_ldap: Log any error message from open_simple() when testing password
2018-09-23 Kim Alvefur mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
2018-07-18 Kim Alvefur Backed out parts of changeset a81456a13797
2018-06-03 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
2017-12-05 Jonas Wielicki "Export" get_user from mod_auth_ldap
2017-09-26 Kim Alvefur mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck]
2017-09-26 Kim Alvefur mod_auth_ldap: Split long line into many [luacheck]
2016-03-01 Kim Alvefur mod_auth_ldap: Add support for having admin status indicated in LDAP
2015-12-20 Kim Alvefur mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments
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.