[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: SASL Authentication for root dn



Em Sun, Jul 08, 2001 at 08:19:03PM -0400, 'Adam Sherman' escreveu:
> OK, I think I'm lost. Where can find docs on configuring SASL? I want
> it to use PAM.

The source tarball has some docs, including on how to set it up using
pam. But the service will have to run as root if you plan to make PAM
use the local system files (only readable by root).
Basically, create
/usr/lib/sasl/<servicename>.conf
and put:

pwcheck_method: pam

in it.