[Lias] PAM
Jonathon Coombes
jon at cybersite.com.au
Thu Dec 12 06:48:02 UTC 2002
On Thu, 2002-12-12 at 08:31, Tom Doyle wrote:
> I'm setting up PAM for winbind.
> Testing the login service on RH7.3
> Asks for my password twice.
> Any quick ideas?
>
Hi Tom,
My first guess would be that PAM is setup for two lots of
authentication. That is, you have the winbind authentication
and the unix authentication both set to "required", rather
than having only one, or having one as "sufficient".
eg. You have something like:
auth required /lib/security/pam_winbind.so
auth required /lib/security/pam_unix.so likeauth nullok
rather than:
auth sufficient /lib/security/pam_winbind.so
auth required /lib/security/pam_unix.so likeauth nullok
Hope this helps.
Regards,
Jonathon
More information about the lias
mailing list