Initial import from FreeBSD RELENG_4:
[games.git] / contrib / libpam / modules / pam_nologin / README
1 # $Id: README,v 1.1.1.1 2000/06/20 22:11:46 agmorgan Exp $
2 # $FreeBSD: src/contrib/libpam/modules/pam_nologin/README,v 1.3.2.2 2001/06/11 15:28:22 markm Exp $
3 #
4
5 This module always lets root in; it lets other users in only if the file
6 /etc/nologin doesn't exist.  In any case, if /etc/nologin exists, it's
7 contents are displayed to the user.
8
9 module services provided:
10
11         auth            _authentication and _setcred (blank)
12
13 Michael K. Johnson