5cf3a27631
Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4 - s/Copyright/License/ - add "missingok" to the logrotate script, so we don't get errors when nothing has happened Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed Nov 28 2001 Bill Nottingham <notting@redhat.com> - initial packaging for RHL, munge included specfile Thu Mar 22 2001 Seth Vidal <skvidal@phy.duke.edu> - updated to 0.0.15 - added entry for vsftpd.8 man page - added entry for vsftpd.log logrotate file - added TUNING file to docs list Wed Mar 07 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.14 - made %files entry for man page Wed Feb 21 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.13 Mon Feb 12 2001 Seth Vidal <skvidal@phy.duke.edu> - Updated to 0.0.12 Wed Feb 07 2001 Seth Vidal <skvidal@phy.duke.edu> - updated to 0.0.11 Thu Feb 01 2001 Seth Vidal <skvidal@phy.duke.edu> - Update to 0.0.10 Thu Feb 01 2001 Seth Vidal <skvidal@phy.duke.edu> - First RPM packaging - Stolen items from wu-ftpd's pam setup - Separated rh 7 and rh 6.X's packages - Built for Rh6
7 lines
371 B
Plaintext
7 lines
371 B
Plaintext
#%PAM-1.0
|
|
auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/vsftpd.user_list onerr=succeed
|
|
auth required /lib/security/pam_stack.so service=system-auth
|
|
auth required /lib/security/pam_shells.so
|
|
account required /lib/security/pam_stack.so service=system-auth
|
|
session required /lib/security/pam_stack.so service=system-auth
|