From 346893dbef4b4697e3efbffd05d9de94d93263c3 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 27 May 2005 10:33:14 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- * pam_access: Add listsep option to set list element separator by Richard Shaffer --- doc/modules/pam_access.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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. accessfile=/path/to/file.conf; fieldsep=separators +listsep=separators Description: @@ -89,6 +90,15 @@ wants to use pam_access with X based applications, since the listsep=separators - +this option modifies the list separator character that +listsep=, 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. + Examples/suggested usage: -- cgit v1.2.3