~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to Linux-PAM/modules/pam_nologin/README

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: README,v 1.1.1.2 2002/09/15 20:08:52 hartmans Exp $
 
2
#
 
3
 
 
4
This module always lets root in; it lets other users in only if the file
 
5
/etc/nologin doesn't exist.  In any case, if /etc/nologin exists, it's
 
6
contents are displayed to the user.
 
7
 
 
8
The default return value for this module is PAM_IGNORE, you can
 
9
override this with the successok module argument.
 
10
 
 
11
module services provided:
 
12
 
 
13
        auth            _authenticate and _setcred
 
14
        account         _acct_mgmt
 
15
 
 
16
optional arguments:
 
17
 
 
18
        file=<alternative-nologin-pathname>  - choose a different file
 
19
        successok                            - return PAM_SUCCESS if no file
 
20
 
 
21
[Original README by Michael K. Johnson]
 
22
 
 
23