From 1683df8ea48fdf3d54753b4d435b35a3e65ab9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 17:58:44 +0000 Subject: [PATCH] - use password-auth common PAM configuration instead of system-auth --- ppp-2.3.5-pamd.conf | 6 +++--- ppp.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ppp-2.3.5-pamd.conf b/ppp-2.3.5-pamd.conf index 280a77a..968e252 100644 --- a/ppp-2.3.5-pamd.conf +++ b/ppp-2.3.5-pamd.conf @@ -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 diff --git a/ppp.spec b/ppp.spec index b2fc988..c753e7a 100644 --- a/ppp.spec +++ b/ppp.spec @@ -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 2.4.4-13 +- use password-auth common PAM configuration instead of system-auth + * Sun Jul 26 2009 Fedora Release Engineering - 2.4.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild