Re: Using PAM for authentication

2003-08-18 Thread Gordon Messmer
Jason Williams wrote: Through a little bit of testing, I was able to setup /etc/pam.d/ssh to use LDAP for authentication of users. Since then, my users can SSH to the box and log in correctly. In addition to the resources that have been pointed out, I suggest you look at the "authconfig" applica

Re: Using PAM for authentication

2003-08-15 Thread Ed Wilts
On Fri, Aug 15, 2003 at 04:08:37PM -0700, Jason Williams wrote: > Does anyone have any suggestions or recommendations on where I can find > some good stuff for PAM? http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-pam.html http://www.us.kernel.org/pub/linux/libs/pam/Linux-PAM-ht

Using PAM for authentication

2003-08-15 Thread Jason Williams
Evening everyone. Hopefully there a few people around to answer my questions. :) Anyway, im starting to look more at PAM for using authentication on my servers. Specifically, items like LDAP and SSH for example. What i've done is setup samba with LDAP on the backend to hold user accounts. Throu