log mod_auth_ldap/mod_auth_ldap.lua @ 4575:5b4f43b90766

age author description
Mon, 27 Jan 2020 16:37:23 +0000 Matthew Wild mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive
Mon, 29 Apr 2019 00:05:20 +0200 Kim Alvefur mod_auth_ldap: Use module API for logging
Mon, 29 Apr 2019 00:04:16 +0200 Kim Alvefur mod_auth_ldap: Log any error message from open_simple() when testing password
Sun, 23 Sep 2018 14:20:06 +0200 Kim Alvefur mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
Wed, 18 Jul 2018 15:57:13 +0200 Kim Alvefur Backed out parts of changeset a81456a13797
Sun, 03 Jun 2018 13:55:10 +0200 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
Tue, 05 Dec 2017 20:37:07 +0100 Jonas Wielicki "Export" get_user from mod_auth_ldap
Tue, 26 Sep 2017 12:35:25 +0200 Kim Alvefur mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck]
Tue, 26 Sep 2017 12:35:08 +0200 Kim Alvefur mod_auth_ldap: Split long line into many [luacheck]
Tue, 01 Mar 2016 10:40:25 +0100 Kim Alvefur mod_auth_ldap: Add support for having admin status indicated in LDAP
Sun, 20 Dec 2015 21:55:49 +0100 Kim Alvefur mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments
Fri, 13 Feb 2015 11:06:06 -0500 Waqas Hussain mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
Fri, 13 Feb 2015 10:44:23 -0500 Waqas Hussain mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
Thu, 12 Feb 2015 18:57:06 -0500 Waqas Hussain mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
Tue, 05 Aug 2014 15:23:35 +0200 Kim Alvefur mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that
Tue, 05 Aug 2014 15:17:34 +0200 Kim Alvefur mod_auth_ldap: Remove excess backslashes from escape pattern
Wed, 02 Apr 2014 13:32:00 +0200 Kim Alvefur mod_auth_ldap: Default to 'bind' mode if rootdn is left empty
Wed, 02 Apr 2014 13:30:53 +0200 Kim Alvefur mod_auth_ldap: Limit results in user lookup query to 1
Tue, 25 Mar 2014 15:11:34 +0100 Kim Alvefur mod_auth_ldap: Fix issue with some versions of LuaLDAP
Fri, 24 Jan 2014 18:22:23 +0100 Kim Alvefur mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user)
Wed, 15 Jan 2014 14:45:37 +0100 Kim Alvefur mod_auth_ldap: Add support for binding
Wed, 15 Jan 2014 14:35:27 +0100 Kim Alvefur mod_auth_ldap: Cleanup, reorder and some comments
Mon, 04 Nov 2013 18:13:57 +0100 Kim Alvefur mod_auth_ldap: Fix set_password
Tue, 17 Sep 2013 16:02:33 +0200 Kim Alvefur mod_auth_ldap: Implement password change
Mon, 09 Sep 2013 15:46:51 +0200 Kim Alvefur mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
Thu, 15 Aug 2013 15:30:24 +0200 Kim Alvefur mod_auth_ldap: Add a configurable scope, defaulting to onelevel
Thu, 15 Aug 2013 15:22:51 +0200 Kim Alvefur mod_auth_ldap: Switch to type-specific get_option variants
Sat, 26 Jan 2013 04:34:05 +0500 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
Wed, 23 Feb 2011 01:36:46 +0500 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Mon, 27 Dec 2010 20:15:21 +0500 Waqas Hussain mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
Thu, 23 Dec 2010 20:48:24 +0000 Matthew Wild mod_auth_ldap: Convert to real line endings
Tue, 14 Dec 2010 00:02:10 +0500 Waqas Hussain mod_auth_ldap: Removed an invalid argument to a function.
Wed, 21 Jul 2010 21:04:02 +0100 Matthew Wild mod_auth_ldap: Update for new usermanager.test_password syntax
Thu, 01 Jul 2010 00:52:45 +0500 Waqas Hussain mod_auth_ldap: An auth plugin for authentication against LDAP.