From a9df1db2151d3d936399ac66539586c00775b9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 18:54:51 +0000 Subject: [PATCH] - Use password-auth common PAM configuration instead of system-auth --- squid.pam | 4 ++-- squid.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/squid.pam b/squid.pam index 40bfa6f..1d78594 100644 --- a/squid.pam +++ b/squid.pam @@ -1,3 +1,3 @@ #%PAM-1.0 -auth include system-auth -account include system-auth +auth include password-auth +account include password-auth diff --git a/squid.spec b/squid.spec index 45494d3..df27348 100644 --- a/squid.spec +++ b/squid.spec @@ -4,7 +4,7 @@ Name: squid Version: 3.1.0.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Squid proxy caching server Epoch: 7 License: GPLv2+ @@ -253,6 +253,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || : %changelog +* Wed Sep 16 2009 Tomas Mraz - 7:3.1.0.13-5 +- Use password-auth common PAM configuration instead of system-auth + * Tue Sep 15 2009 Jiri Skala - 7:3.1.0.13-4 - fixed #521596 - wrong return code of init script