- use password-auth common PAM configuration instead of system-auth
This commit is contained in:
parent
675a080743
commit
85191feede
@ -2,7 +2,7 @@
|
||||
session optional pam_keyinit.so force revoke
|
||||
auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed
|
||||
auth required pam_shells.so
|
||||
auth include system-auth
|
||||
account include system-auth
|
||||
session include system-auth
|
||||
auth include password-auth
|
||||
account include password-auth
|
||||
session required pam_loginuid.so
|
||||
session include password-auth
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: vsftpd
|
||||
Version: 2.2.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Very Secure Ftp Daemon
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -139,6 +139,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-5
|
||||
- use password-auth common PAM configuration instead of system-auth
|
||||
|
||||
* Mon Sep 14 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-4
|
||||
- modified init script to be LSB compliant
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user