Software /
code /
prosody
Log
plugins/mod_auth_cyrus.lua @ 8509:e1d274001855
description | author | age |
---|---|---|
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] | Kim Alvefur | 2017-04-03 |
mod_auth_*: Use module:provides(). | Waqas Hussain | 2012-09-12 |
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider. | Waqas Hussain | 2012-09-12 |
mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to override the hostname passed to Cyrus (and used in e.g. GSSAPI/Kerberos) - fixes #295 | Matthew Wild | 2012-07-24 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. | Waqas Hussain | 2011-02-22 |
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms. | Waqas Hussain | 2011-02-22 |
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth. | Waqas Hussain | 2010-08-23 |