- use include instead of pam_stack in pam config

This commit is contained in:
Tomáš Mráz 2005-10-13 13:02:22 +00:00
parent 5d9db63ced
commit 7f2e1f9cfe
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 <tmraz@redhat.com> 7:2.5.STABLE11-3
- use include instead of pam_stack in pam config
* Thu Sep 29 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-2
- added patch for delay pools and some minor fixes