diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-05-07 17:22:54 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-05-07 17:22:54 +0000 |
commit | c22d2db7c31aca9eb332022da3ad8a50387ce3db (patch) | |
tree | 6dac6f5390caa3900750fa54531c2f83a8e28bf4 /modules/pam_access/access.conf | |
parent | 61248874b27d3f004fff2ded43cae24e7f24da20 (diff) | |
download | pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.tar.gz pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.tar.bz2 pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.zip |
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.conf | 6 |
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 # |