Yes it is possible, just add the pam module to the skel and then link it to all of the virtual servers. Easier said then done? Should be possible to execute it all through a simple shell script:
VSERVERS=`ls -1 /home/vsd` for vs in $VSERVERS; do .... you get the idea. Then add the pam authentication line to the /etc/pam.d/ftp file in the virtual servers. HTH Damion. [EMAIL PROTECTED] wrote: > > Tim, > > long time no talk ;) > > I tried to get the latest source from CVS, but got thit error on > different machines: > > cvs [server aborted]: cannot close >freevsd/site/linux-redhat/skel-repo/etc/CVS/Repository: Disk quota exceeded > > so the quota problem shouldn't be on my side > > I need the latest proftpd patch for my 1.4.6 (glibc2.2-12) because of > the serious hacker attacks throught the proftpd-1.2.0pre10 that is the > newest proftpd that I found at all. > > Please advise. Or if possible, just provide me a patch for the latest > proftpd source. > > Many thanks in advance !!! > > James T. Koerting > > KSD Germany > [EMAIL PROTECTED] > > Murphy's Law: "Anything that can go wrong, will go wrong" > Parkinson's Law: "Work expands to exceed available time" > Koerting's Law: "Don't fight against these laws" > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > ----------------------------------------------------------------------------- ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
