From c22d2db7c31aca9eb332022da3ad8a50387ce3db Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 7 May 2002 17:22:54 +0000 Subject: 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. --- doc/modules/pam_access.sgml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/modules/pam_access.sgml b/doc/modules/pam_access.sgml index 00c7ea16..8a910d13 100644 --- a/doc/modules/pam_access.sgml +++ b/doc/modules/pam_access.sgml @@ -22,8 +22,6 @@ Alexei Nogin <alexei@nogin.dnttm.ru> Maintainer: -Author - Management groups provided: account @@ -59,7 +57,8 @@ Provides logdaemon style login access control. Recognized arguments: -accessfile=/path/to/file.conf +accessfile=/path/to/file.conf; +fieldsep=separators Description: @@ -79,7 +78,17 @@ arguments: indicate an alternative fieldsep=separators - +this option modifies the field separator character that +fieldsep=| will cause the default `:' +character to be treated as part of a field value and `|' becomes the +field separator. Doing this is useful in conjuction with a system that +wants to use pam_access with X based applications, since the + Examples/suggested usage: -- cgit v1.2.3