diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-06-22 09:49:03 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-06-22 09:49:03 +0000 |
commit | 4b951f0e7dea276cafa87cb344847ff1ae44fb9c (patch) | |
tree | ab80b95332d647d6d89f64a5598677e87fedf04e /modules/pam_access/pam_access.8.xml | |
parent | 2cffe6c172c372ac6ddf4c948c92373f69ed7def (diff) | |
download | pam-4b951f0e7dea276cafa87cb344847ff1ae44fb9c.tar.gz pam-4b951f0e7dea276cafa87cb344847ff1ae44fb9c.tar.bz2 pam-4b951f0e7dea276cafa87cb344847ff1ae44fb9c.zip |
Relevant BUGIDs: 411390
Purpose of commit: new feature
Commit summary:
---------------
2007-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_access/pam_access.c: Add new syntax for groups
in access.conf to differentiate group names from account names.
Based on patch from Julien Lecomte <julien@famille-lecomte.net>,
solves feature request [#411390].
* modules/pam_access/access.conf: Add example for new group
syntax.
* modules/pam_access/access.conf.5.xml: Document new syntax.
Diffstat (limited to 'modules/pam_access/pam_access.8.xml')
-rw-r--r-- | modules/pam_access/pam_access.8.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/pam_access/pam_access.8.xml b/modules/pam_access/pam_access.8.xml index 74e39993..1d814e88 100644 --- a/modules/pam_access/pam_access.8.xml +++ b/modules/pam_access/pam_access.8.xml @@ -26,6 +26,9 @@ debug </arg> <arg choice="opt"> + nodefgroup + </arg> + <arg choice="opt"> accessfile=<replaceable>file</replaceable> </arg> <arg choice="opt"> @@ -123,6 +126,18 @@ </listitem> </varlistentry> + <varlistentry> + <term> + <option>nodefgroup</option> + </term> + <listitem> + <para> + The group database will not be used for tokens not + identified as account name. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |