- use include instead of pam_stack in pam config
This commit is contained in:
parent
48d679706c
commit
b0b1e6f7ca
@ -2,8 +2,8 @@
|
||||
+++ cups-1.1.21rc1/conf/cups.system-auth 2004-06-03 15:14:55.795385144 +0100
|
||||
@@ -0,0 +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
|
||||
--- cups-1.1.21rc1/conf/Makefile.system-auth 2004-02-26 16:51:59.000000000 +0000
|
||||
+++ cups-1.1.21rc1/conf/Makefile 2004-06-03 15:32:52.108540894 +0100
|
||||
@@ -67,7 +67,11 @@
|
||||
|
@ -413,6 +413,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/cups/daemon/cups-lpd
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com>
|
||||
- use include instead of pam_stack in pam config
|
||||
|
||||
* Thu Sep 29 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
|
||||
- Raise IPP_MAX_VALUES to 100 (bug #164232). STR #1284.
|
||||
- Made FindDest better behaved in some instances (bug #164232). STR #1283.
|
||||
|
Loading…
Reference in New Issue
Block a user