AFAIK, thats where ftp users authenticate and doesnt make use of ur
/etc/pam.d/passwd ... you may simply copy passwd file into ftp file in
the same directory of /etc/pam.d/ or heres a simple copy of mine .... :
#%PAM-1.0
auth required /lib/security/pam_listfile.so item=user sense=deny
file=/etc/ftpusers onerr=succeed
auth required /lib/security/pam_listfile.so item=group
sense=deny file=/etc/ftpgroups onerr=succeed
auth required /lib/security/pam_pwdb.so shadow nullok
auth required /lib/security/pam_shells.so
account required /lib/security/pam_pwdb.so
session required /lib/security/pam_pwdb.so
files /etc/ftpusers and /etc/ftpgroups should be the list of users and
groups you want to ignore... :) GoodLuck !!! :)
===============================================================================
Gene Frederick F. Boniel
Systems Administrator
HPS Software and Communications Corp.
Pilipino Internet - Cebu
WebPage URL : http://www.janjan.hpscorp.net
Email me at : [EMAIL PROTECTED]
Call/Text me at : 0917-9203704
ICQ No. : 16660287
===============================================================================
On Fri, 16 Jun 2000, Systems Administrator wrote:
> I don't have that file. what's in it and what does it do? Thanks.
>
> On Fri, 16 Jun 2000, GFB wrote:
>
> >
> >
> > Its in your /etc/pam.d/ftp file ... try to check if it exist... :)
>
>
> -
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]