Matthew Wild
|
43f0ee7e21
|
mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
|
2010-07-08 21:08:46 +01:00 |
|
Matthew Wild
|
c60ae1fda2
|
mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer.
|
2010-07-08 20:59:53 +01:00 |
|
Matthew Wild
|
067898649a
|
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
|
2010-06-22 19:14:55 +01:00 |
|
Waqas Hussain
|
4887ca1117
|
mod_auth_internal: Log as "auth_internal", not as "usermanager".
|
2010-06-15 09:16:47 +05:00 |
|
Matthew Wild
|
79fcb39d49
|
mod_auth_internal{,_hashed}: Update is_admin to only report the admin status of the current host (ignores global admin rights), fixes global access traceback
|
2010-06-09 21:25:59 +01:00 |
|
Waqas Hussain
|
4e378598de
|
mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.
|
2010-06-07 02:38:20 +05:00 |
|
Waqas Hussain
|
e42b058b2b
|
mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_handler.
|
2010-06-07 02:33:40 +05:00 |
|
Matthew Wild
|
3846f08f09
|
Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> 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.
|
2010-06-04 14:33:36 +01:00 |
|