summaryrefslogtreecommitdiff
path: root/doc/modules/pam_access.sgml
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-05-27 10:33:14 +0000
committerTomas Mraz <tm@t8m.info>2005-05-27 10:33:14 +0000
commit346893dbef4b4697e3efbffd05d9de94d93263c3 (patch)
tree6e5e168c41b819c174c314d4e1f50e8135403bd3 /doc/modules/pam_access.sgml
parent3d1d89d1397237bb80d612096c7cacf2943fae70 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- * pam_access: Add listsep option to set list element separator by Richard Shaffer
Diffstat (limited to 'doc/modules/pam_access.sgml')
-rw-r--r--doc/modules/pam_access.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/modules/pam_access.sgml b/doc/modules/pam_access.sgml
index 8a910d13..52f10342 100644
--- a/doc/modules/pam_access.sgml
+++ b/doc/modules/pam_access.sgml
@@ -59,6 +59,7 @@ Provides logdaemon style login access control.
<tt>accessfile=<it>/path/to/file.conf</it></tt>;
<tt>fieldsep=<it>separators</it></tt>
+<tt>listsep=<it>separators</it></tt>
<tag><bf>Description:</bf></tag>
@@ -89,6 +90,15 @@ wants to use pam_access with X based applications, since the
<tt/PAM_TTY/ item is likely to be of the form "hostname:0" which
includes a `:' character in its value.
+<item><tt>listsep=<it>separators</it></tt> -
+this option modifies the list separator character that
+<tt/pam_access/ will recognize when parsing the access configuration
+file. For example: <tt>listsep=,</tt> will cause the default ` ' and `\t'
+characters to be treated as part of a list element value and `,' becomes the
+only list element separator. Doing this is useful on a system with
+group information obtained from a Windows domain, where the default built-in
+groups "Domain Users", "Domain Admins" contain a space.
+
</itemize>
<tag><bf>Examples/suggested usage:</bf></tag>