- use password-auth common PAM configuration instead of system-auth

This commit is contained in:
Tomáš Mráz 2009-09-16 17:58:44 +00:00
parent 264b3871cc
commit 1683df8ea4
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#%PAM-1.0
auth include system-auth
auth include password-auth
account required pam_nologin.so
account include system-auth
session include system-auth
account include password-auth
session include password-auth

View File

@ -1,7 +1,7 @@
Summary: The PPP (Point-to-Point Protocol) daemon.
Name: ppp
Version: 2.4.4
Release: 12%{?dist}
Release: 13%{?dist}
License: BSD and LGPLv2+ and GPLv2+ and Public Domain
Group: System Environment/Daemons
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%doc PLUGINS
%changelog
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> 2.4.4-13
- use password-auth common PAM configuration instead of system-auth
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild