summaryrefslogtreecommitdiff
path: root/modules/pam_access/access.conf
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2002-05-07 17:22:54 +0000
committerAndrew G. Morgan <morgan@kernel.org>2002-05-07 17:22:54 +0000
commitc22d2db7c31aca9eb332022da3ad8a50387ce3db (patch)
tree6dac6f5390caa3900750fa54531c2f83a8e28bf4 /modules/pam_access/access.conf
parent61248874b27d3f004fff2ded43cae24e7f24da20 (diff)
Relevant BUGIDs: 547051, 547521
Purpose of commit: bugfixes Commit summary: --------------- Both of these fixes inspired by use with X based services. The first makes a TTY of the form hostname:0 work (if you specify a different separator with the module argument "fieldsep=". The second treats "" for a RHOST the same way it would treat a NULL value.
Diffstat (limited to 'modules/pam_access/access.conf')
-rw-r--r--modules/pam_access/access.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/pam_access/access.conf b/modules/pam_access/access.conf
index 9ecf2ffd..dbaadf67 100644
--- a/modules/pam_access/access.conf
+++ b/modules/pam_access/access.conf
@@ -8,6 +8,12 @@
#
# Format of the login access control table is three fields separated by a
# ":" character:
+#
+# [Note, if you supply a 'fieldsep=|' argument to the pam_access.so
+# module, you can change the field separation character to be
+# '|'. This is useful for configurations where you are trying to use
+# pam_access with X applications that provide PAM_TTY values that are
+# the display variable like "host:0".]
#
# permission : users : origins
#