K 10 svn:author V 3 yar K 8 svn:date V 27 2007-08-17T11:28:25.000000Z K 7 svn:log V 707 MFC with compatibility shims: pam_nologin(8) starts to provide an account management function in addition to the existing authentication function so that sshd(8) can respect nologin(5) while the rest of PAM consumers work as earlier. In turn, sshd(8) starts to use the new account management function in pam_nologin(8) and thus respect nologin(5) even when doing public key authentication with sshd's internal routines (PAM authentication isn't called at all in that case). Based on: 1.12 +2 -10 src/lib/libpam/modules/pam_nologin/pam_nologin.c 1.6 +10 -11 src/lib/libpam/modules/pam_nologin/pam_nologin.8 1.16 +1 -1 src/etc/pam.d/sshd Approved by: des PR: bin/112574 END