]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- rel 3; use postlogin pam config auto/th/openssh-6.7p1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Nov 2014 20:28:47 +0000 (21:28 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Nov 2014 20:28:47 +0000 (21:28 +0100)
openssh.spec
opensshd.pamd

index 8e9079aadb7f4bb4235cf5f3b083d7c969c7342c..6aaa841314728e2695f4e79c82cfa82205d59afa 100644 (file)
@@ -20,7 +20,7 @@
 %if "%{pld_release}" == "ac"
 %define                pam_ver 0.79.0
 %else
-%define                pam_ver 1:1.1.5-5
+%define                pam_ver 1:1.1.8-5
 %endif
 Summary:       OpenSSH free Secure Shell (SSH) implementation
 Summary(de.UTF-8):     OpenSSH - freie Implementation der Secure Shell (SSH)
@@ -34,7 +34,7 @@ Summary(ru.UTF-8):    OpenSSH - свободная реализация прото
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       6.7p1
-Release:       2
+Release:       3
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
index 1dd3461883d8fc9469e8ac02276a52fa5b90fe4e..56665be687a0f51f30049e0d1fb1e80f525d31f9 100644 (file)
@@ -1,12 +1,14 @@
 #%PAM-1.0
 auth           required        pam_listfile.so item=user sense=deny file=/etc/security/blacklist.sshd onerr=succeed
 auth           include         system-auth
+auth           include         postlogin
 account                required        pam_shells.so
 account                required        pam_nologin.so
-account                required        pam_access.so
+account                required        pam_access.so
 account                include         system-auth
 password       include         system-auth
 session                required        pam_loginuid.so
 session                optional        pam_keyinit.so force revoke
 session                include         system-auth
+session                include         postlogin
 session                optional        pam_mail.so
This page took 0.095121 seconds and 4 git commands to generate.