log mod_auth_ldap/mod_auth_ldap.lua @ 5053:00e8cc6860cb

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.