Some RedHat advice?

2005-07-07 Thread Neil Joseph Schelly
I'm working on a project at work that I'm hoping someone can help with. I'm building an FTP server cluster that includes authentication to an active directory. I already built a demo of my setup on my desktop (a Debian desktop), but the company has standardized on Red Hat (specifically RHEL3)

Re: Some RedHat advice?

2005-07-07 Thread Ken D'Ambrosio
Neil Joseph Schelly wrote: The problem I'm mostly having here is that Red Hat seems to be restricted to include only vsftpd for ftp server choices. I'm using pam_mkhomedir to automatically setup home directories for new users (from the Active Directory) when they login. It seems that vsftpd

Re: Some RedHat advice?

2005-07-08 Thread Neil Joseph Schelly
On Friday 08 July 2005 12:35 am, Ken D'Ambrosio wrote: > It seems likely to me that you need something in /etc/pam.d/; below is a > handy link (it even mentions PAM, FTP *and* Red Hat, all in the same > post!). The general gist, however, is that many services require an > /etc/pam.d/ config file b

Re: Some RedHat advice?

2005-07-08 Thread Neil Schelly
I've found the solution on my own - thanks for the help from those who offered. For the curious, essentially, vsftpd has an option called "session_support" and doesn't process PAM session modules unless this is enabled. In every documentation and FAQ I've found, it's enabled by default and it was