aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_internal.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_auth_internal{,_hashed}: Update is_admin to only report the admin status ↵Matthew Wild2010-06-091-4/+1
| | | | of the current host (ignores global admin rights), fixes global access traceback
* mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.Waqas Hussain2010-06-071-1/+1
|
* mod_auth_internal, mod_auth_internal_hashed: Updated to provide ↵Waqas Hussain2010-06-071-2/+19
| | | | get_sasl_handler.
* Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵Matthew Wild2010-06-041-0/+96
mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name.