[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to disable authentication for a particular user
- From: "D G Teed" <donald teed gmail com>
- To: "Pluggable Authentication Modules" <pam-list redhat com>
- Subject: Re: How to disable authentication for a particular user
- Date: Sun, 18 May 2008 17:50:22 -0300
2008/5/18 decoder <decoder own-hero net>:
D G Teed wrote:
Any are sufficient, so I need to block them all.
That means you need a module that is required before those...
Can anyone suggest a way to achieve this by having
a list of disabled or blocked user accounts which pam will
look at?
Have a look at pam_listfile which should be part of the standard PAM distribution.
Thanks, I added a line like this:
auth required pam_listfile.so item=user sense=deny file=/etc/blocked_imap_user
and this works great.
--Donald
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]