ef32423955
- upstream patch for buffer append space error (#191940) - fixed typo in configure.ac (#198986) - added pam_keyinit to pam configuration (#198628) - improved error message when askpass dialog cannot grab keyboard input (#198332) - buildrequires xauth instead of xorg-x11-xauth - fixed a few rpmlint warnings
17 lines
743 B
Diff
17 lines
743 B
Diff
--- openssh-4.2p1/contrib/redhat/sshd.pam.stack 2004-07-21 03:01:41.000000000 +0200
|
|
+++ openssh-4.2p1/contrib/redhat/sshd.pam 2005-10-07 14:18:50.000000000 +0200
|
|
@@ -1,6 +1,8 @@
|
|
#%PAM-1.0
|
|
-auth required pam_stack.so service=system-auth
|
|
-auth required pam_nologin.so
|
|
-account required pam_stack.so service=system-auth
|
|
-password required pam_stack.so service=system-auth
|
|
-session required pam_stack.so service=system-auth
|
|
+auth include system-auth
|
|
+account required pam_nologin.so
|
|
+account include system-auth
|
|
+password include system-auth
|
|
+session optional pam_keyinit.so force revoke
|
|
+session include system-auth
|
|
+session required pam_loginuid.so
|