On Fri, 2011-04-29 at 10:55 -0400, Jonathan Siegle wrote:
> Is it possible to allow master users to be authenticated against PAM?
> Something like:
>
> passdb {
> driver = pam
> master = yes
> }
If PAM authentication succeeds, the user is a master user with this
config.
> and then have a us
Is it possible to allow master users to be authenticated against PAM? Something
like:
passdb {
driver = pam
#args = /etc/dovecot/passwd.masterusers
master = yes
#pass = yes
}
and then have a userdb which qualifies what accounts are master accounts but
doesn't have passwords?
Thank