- use include instead of pam_stack in pam config
This commit is contained in:
parent
5d9db63ced
commit
7f2e1f9cfe
@ -1,3 +1,3 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth required pam_stack.so service=system-auth
|
auth include system-auth
|
||||||
account required pam_stack.so service=system-auth
|
account include system-auth
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.5.STABLE11
|
Version: 2.5.STABLE11
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -319,6 +319,9 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 29 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-2
|
||||||
- added patch for delay pools and some minor fixes
|
- added patch for delay pools and some minor fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user