diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-01-21 23:25:40 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-01-21 23:25:40 +0000 |
commit | e6d5049a8d484fb7a764a125d830b23f59a0c685 (patch) | |
tree | c0fce33b6aa4bba26236a18904dfba3a42f6041e /doc/modules | |
parent | 4d9f3d697d885df9a0696fc6fd3e097fd6608f83 (diff) | |
download | pam-e6d5049a8d484fb7a764a125d830b23f59a0c685.tar.gz pam-e6d5049a8d484fb7a764a125d830b23f59a0c685.tar.bz2 pam-e6d5049a8d484fb7a764a125d830b23f59a0c685.zip |
Relevant BUGIDs: 127561
Purpose of commit: bugfix
Commit summary:
---------------
non-default config file option fixes (module and in documentation).
Diffstat (limited to 'doc/modules')
-rw-r--r-- | doc/modules/pam_access.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules/pam_access.sgml b/doc/modules/pam_access.sgml index d6f317bd..00c7ea16 100644 --- a/doc/modules/pam_access.sgml +++ b/doc/modules/pam_access.sgml @@ -59,7 +59,7 @@ Provides logdaemon style login access control. <tag><bf>Recognized arguments:</bf></tag> -<tt>accessconf=<it>/path/to/file.conf</it></tt> +<tt>accessfile=<it>/path/to/file.conf</it></tt> <tag><bf>Description:</bf></tag> @@ -75,7 +75,7 @@ The behavior of this module can be modified with the following arguments: <itemize> -<item><tt>accessconf=/path/to/file.conf</tt> - +<item><tt>accessfile=/path/to/file.conf</tt> - indicate an alternative <em/access/ configuration file to override the default. This can be useful when different services need different access lists. |