diff --git a/squid.pam b/squid.pam index 049f1a0..40bfa6f 100644 --- a/squid.pam +++ b/squid.pam @@ -1,3 +1,3 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth +auth include system-auth +account include system-auth diff --git a/squid.spec b/squid.spec index bac2c4c..65b3209 100644 --- a/squid.spec +++ b/squid.spec @@ -5,7 +5,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.5.STABLE11 -Release: 2 +Release: 3 Epoch: 7 License: GPL Group: System Environment/Daemons @@ -319,6 +319,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true %changelog +* Thu Oct 13 2005 Tomas Mraz 7:2.5.STABLE11-3 +- use include instead of pam_stack in pam config + * Thu Sep 29 2005 Martin Stransky 7:2.5.STABLE11-2 - added patch for delay pools and some minor fixes