[Lias] PAM
Tom Doyle
tom at stvincents.nsw.edu.au
Tue Feb 4 09:02:01 UTC 2003
Thanks,
It seems I was missing this line:
auth required /lib/security/pam_unix.so likeauth nullok
the "likeauth" part was missing so it would ask again.
Anyone had luck authenticating apache through pam/winbind?
cheers,
Tom.
-----Original Message-----
From: lias-admin at lists.linux.org.au
[mailto:lias-admin at lists.linux.org.au]On Behalf Of Jonathon Coombes
Sent: Thursday, 12 December 2002 10:07 AM
To: tom at stvincents.nsw.edu.au
Cc: lias at lists.linux.org.au
Subject: Re: [Lias] PAM
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
_______________________________________________
lias mailing list
lias at lists.linux.org.au
http://lists.linux.org.au/listinfo/lias
More information about the lias
mailing list