yar 2007-08-17 11:28:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libpam/modules/pam_nologin pam_nologin.8 pam_nologin.c
etc/pam.d sshd
Log:
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
Revision Changes Path
1.15.12.1 +1 -1 src/etc/pam.d/sshd
1.5.14.2 +19 -10 src/lib/libpam/modules/pam_nologin/pam_nologin.8
1.10.14.2 +19 -3 src/lib/libpam/modules/pam_nologin/pam_nologin.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"