a6e664ce83
removed auth method from return calls in all auth plugins. The caller knows the mechanism already. In the code, the difference looks like this: before: or return (DENY, "authcvm/$method"); after: or return (DENY, "authcvm"); Added debug level log entries in auth_vpopmaild Conflicts: plugins/auth/auth_vpopmail_sql |
||
---|---|---|
.. | ||
auth_checkpassword | ||
auth_cvm_unix_local | ||
auth_flat_file | ||
auth_ldap_bind | ||
auth_vpopmail | ||
auth_vpopmail_sql | ||
auth_vpopmaild | ||
authdeny |