From: Andrew G. Morgan Date: Sat, 25 Nov 2000 02:04:57 +0000 (+0000) Subject: Relevant BUGIDs: 117240 X-Git-Tag: Linux-PAM-0-73~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae282c2b26cfacb4e850d1258b851f125eca221a;p=linux-pam Relevant BUGIDs: 117240 Purpose of commit: documentation Commit summary: --------------- Documentation for new accessconf= module argument contributed by Meelis Roos. --- diff --git a/CHANGELOG b/CHANGELOG index 3be5741b..b59524c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,7 +35,8 @@ Where you should replace XXXXX with a bug-id. 0.73: please submit patches for this section with actual code/doc patches! -* added accessconf= feature to pam_access - request from Aldrin Martoq (Bug 111927 - agmorgan) +* added accessconf= feature to pam_access - request from + Aldrin Martoq and Meelis Roos (Bugs 111927,117240 - agmorgan) * fix for pam_limit module not dealing with all limits Adam J. Richter (Bug 119554 - agmorgan) * comment fix describing fail_delay callback in _pam_types.h (Bug diff --git a/doc/modules/pam_access.sgml b/doc/modules/pam_access.sgml index e192d12e..d6f317bd 100644 --- a/doc/modules/pam_access.sgml +++ b/doc/modules/pam_access.sgml @@ -34,8 +34,10 @@ account Clean code base: -System dependencies: -Requires a configuration file /etc/security/access.conf +System dependencies: +Requires a configuration file. By default +/etc/security/access.conf is used but this can be overridden. + Network aware: Through Recognized arguments: +accessconf=/path/to/file.conf + Description: This module provides logdaemon style login access control based on @@ -66,6 +70,18 @@ logins. Diagnostics are reported through +The behavior of this module can be modified with the following +arguments: + + +accessconf=/path/to/file.conf - +indicate an alternative + Examples/suggested usage: Use of module is recommended, for example, on administrative machines @@ -90,4 +106,3 @@ A sample access.conf configuration file is included with the distribution. -