Community Modules


file mod_auth_ldap/mod_auth_ldap.lua in changeset ab14e7ecb82f default tip

Permalink ↓ Download file

mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive Matthew Wild
mod_auth_ldap: Use module API for logging Kim Alvefur
mod_auth_ldap: Log any error message from open_simple() when testing password Kim Alvefur
mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.) Kim Alvefur
Backed out parts of changeset a81456a13797 Kim Alvefur
mod_client_proxy: a Jabber Address Translation implementation Jonas Wielicki
"Export" get_user from mod_auth_ldap Jonas Wielicki
mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck] Kim Alvefur
mod_auth_ldap: Split long line into many [luacheck] Kim Alvefur
mod_auth_ldap: Add support for having admin status indicated in LDAP Kim Alvefur
mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments Kim Alvefur
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well. Waqas Hussain
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection. Waqas Hussain
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error. Waqas Hussain
mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that Kim Alvefur
mod_auth_ldap: Remove excess backslashes from escape pattern Kim Alvefur
mod_auth_ldap: Default to 'bind' mode if rootdn is left empty Kim Alvefur
mod_auth_ldap: Limit results in user lookup query to 1 Kim Alvefur
mod_auth_ldap: Fix issue with some versions of LuaLDAP Kim Alvefur
mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user) Kim Alvefur
mod_auth_ldap: Add support for binding Kim Alvefur
mod_auth_ldap: Cleanup, reorder and some comments Kim Alvefur
mod_auth_ldap: Fix set_password Kim Alvefur
mod_auth_ldap: Implement password change Kim Alvefur
mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar. Kim Alvefur
mod_auth_ldap: Add a configurable scope, defaulting to onelevel Kim Alvefur
mod_auth_ldap: Switch to type-specific get_option variants Kim Alvefur
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler. Waqas Hussain
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name. Waqas Hussain
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. Waqas Hussain
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument. Waqas Hussain
mod_auth_ldap: Convert to real line endings Matthew Wild
mod_auth_ldap: Removed an invalid argument to a function. Waqas Hussain
mod_auth_ldap: Update for new usermanager.test_password syntax Matthew Wild
mod_auth_ldap: An auth plugin for authentication against LDAP. Waqas Hussain