[horde] How to disable user accounts within horde?

D G Teed donald.teed at gmail.com
Sun May 18 20:52:53 UTC 2008


On Sun, May 18, 2008 at 2:09 PM, D G Teed <donald.teed at gmail.com> wrote:

> We have many authentication options in our set up.
>
> When accounts are compromised it would be useful
> for us to be able to disable a particular user
> rather than ask the admin of each auth system to
> disable the account.
>
> Is is possible to have an account blocklist or something?
>
> I've found that denying remote hosts using compromised accounts
> is a cat and mouse game which doesn't stop things for long.
>
> --Donald


For now I'm using pam's listfile restriction to affect this on one imap
server:

auth        required      pam_listfile.so onerr=succeed item=user sense=deny
file=/etc/blocked_imap_user

However it would be handy to stop it at one point within horde rather than
at each imap service or auth mechanism.

--Donald


More information about the horde mailing list