Add pam_nologin(8) to the tree. pam_nologin verifies
authorMatthias Schmidt <matthias@dragonflybsd.org>
Wed, 2 Jan 2008 17:41:30 +0000 (17:41 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Wed, 2 Jan 2008 17:41:30 +0000 (17:41 +0000)
commite5e5be5cc9c3a1138653ee75bec8c531e8679ea0
treed9e835b837152037425d7bd9b7705f764fc0b35e
parentfaff5ee2a233ea005d8cf5558dc00f0730a99c5d
Add pam_nologin(8) to the tree.  pam_nologin verifies
whether logins are administratively disabled via nologin(5).  It returns
success if the user's login class has an "ignorenologin" capability spec-
ified in login.conf(5) or the nologin(5) file does not exist.

Obtained-From: FreeBSD
lib/pam_module/Makefile
lib/pam_module/pam_nologin/Makefile [new file with mode: 0644]
lib/pam_module/pam_nologin/pam_nologin.8 [new file with mode: 0644]
lib/pam_module/pam_nologin/pam_nologin.c [new file with mode: 0644]