summaryrefslogtreecommitdiff
path: root/modules/pam_access/README
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-09-26 09:56:28 +0000
committerTomas Mraz <tm@t8m.info>2005-09-26 09:56:28 +0000
commita3741192151aaf4b4d26f97fe470c9e7ea34703e (patch)
treef7de8e9a740e59c23275123d6b3b9f7db389e3cc /modules/pam_access/README
parent1d12d6d2cd9da861ae21d07e343b817a6ee14a57 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Support for NULL tty for pam_access. 2005-09-23 Tomas Mraz <t8m@centrum.cz> * modules/pam_access/pam_access.c (from_match): Support NULL from. (string_match): Support NULL string, add NONE keyword matching it. (pam_sm_acct_mgmt): Don't fail when ttyname returns NULL. * modules/pam_access/access.conf: NONE keyword description * modules/pam_access/README: NONE keyword description
Diffstat (limited to 'modules/pam_access/README')
-rw-r--r--modules/pam_access/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_access/README b/modules/pam_access/README
index ddd4725f..c3f81d11 100644
--- a/modules/pam_access/README
+++ b/modules/pam_access/README
@@ -28,8 +28,8 @@
# The third field should be a list of one or more tty names (for
# non-networked logins), host names, domain names (begin with "."), host
# addresses, internet network numbers (end with "."), ALL (always
-# matches) or LOCAL (matches any string that does not contain a "."
-# character).
+# matches), NONE (matches no tty on non-networked logins) or
+# LOCAL (matches any string that does not contain a "." character).
#
# If you run NIS you can use @netgroupname in host or user patterns; this
# even works for @usergroup@@hostgroup patterns. Weird.