]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libpam/modules/pam_listfile/README
Initial import of virgin Linux-PAM 0.65, slightly stripped down.
[FreeBSD/FreeBSD.git] / contrib / libpam / modules / pam_listfile / README
1 SUMMARY:
2   pam_listfile:
3         Checks a specified item against a list in a file.
4         Options:
5                 * item=[tty|user|rhost|ruser|group|shell]
6                 * sense=[allow|deny] (action to take if found in file,
7                         if the item is NOT found in the file, then
8                         the opposite action is requested)
9                 * file=/the/file/to/get/the/list/from
10                 * onerr=[succeed|fail] (if something weird happens
11                         such as unable to open the file, what to do?)
12                 * apply=[user|@group]
13                         restrict the user class for which the restriction
14                         apply. Note that with item=[user|ruser|group] this
15                         does not make sense, but for item=[tty|rhost|shell]
16                         it have a meaning. (Cristian Gafton)
17
18         Also checks to make sure that the list file is a plain
19         file and not world writable.
20
21         - Elliot Lee <sopwith@redhat.com>, Red Hat Software.
22                 v0.9 August 16, 1996.
23
24 BUGS:
25   Bugs?