mod_auth_ldap: Add support for having admin status indicated in LDAP
|
Kim Alvefur |
2016-03-01 |
mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments
|
Kim Alvefur |
2015-12-20 |
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
|
Waqas Hussain |
2015-02-12 |
mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that
|
Kim Alvefur |
2014-08-05 |
mod_auth_ldap: Remove excess backslashes from escape pattern
|
Kim Alvefur |
2014-08-05 |
mod_auth_ldap: Default to 'bind' mode if rootdn is left empty
|
Kim Alvefur |
2014-04-02 |
mod_auth_ldap: Limit results in user lookup query to 1
|
Kim Alvefur |
2014-04-02 |
mod_auth_ldap: Fix issue with some versions of LuaLDAP
|
Kim Alvefur |
2014-03-25 |
mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user)
|
Kim Alvefur |
2014-01-24 |
mod_auth_ldap: Add support for binding
|
Kim Alvefur |
2014-01-15 |
mod_auth_ldap: Cleanup, reorder and some comments
|
Kim Alvefur |
2014-01-15 |
mod_auth_ldap: Fix set_password
|
Kim Alvefur |
2013-11-04 |
mod_auth_ldap: Implement password change
|
Kim Alvefur |
2013-09-17 |
mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
|
Kim Alvefur |
2013-09-09 |
mod_auth_ldap: Add a configurable scope, defaulting to onelevel
|
Kim Alvefur |
2013-08-15 |
mod_auth_ldap: Switch to type-specific get_option variants
|
Kim Alvefur |
2013-08-15 |
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
|
Waqas Hussain |
2013-01-25 |
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
|
Waqas Hussain |
2012-09-12 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
|
Waqas Hussain |
2010-12-27 |
mod_auth_ldap: Convert to real line endings
|
Matthew Wild |
2010-12-23 |
mod_auth_ldap: Removed an invalid argument to a function.
|
Waqas Hussain |
2010-12-13 |
mod_auth_ldap: Update for new usermanager.test_password syntax
|
Matthew Wild |
2010-07-21 |
mod_auth_ldap: An auth plugin for authentication against LDAP.
|
Waqas Hussain |
2010-06-30 |