diff options
author | Tomas Mraz <tm@t8m.info> | 2008-12-01 11:26:59 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-12-01 11:26:59 +0000 |
commit | 1395ff30321ce605ab2ca79b1301cd93f51a5ca1 (patch) | |
tree | 817f4cb6862aece7c12edef26af84c172c7d8562 /modules/pam_access/pam_access.8.xml | |
parent | e7ce957e4efd094cdfaac8908cc95042b47260a3 (diff) | |
download | pam-1395ff30321ce605ab2ca79b1301cd93f51a5ca1.tar.gz pam-1395ff30321ce605ab2ca79b1301cd93f51a5ca1.tar.bz2 pam-1395ff30321ce605ab2ca79b1301cd93f51a5ca1.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2008-12-01 Tomas Mraz <t8m@centrum.cz>
* modules/pam_access/pam_access.8.xml: Fix description of nodefgroup
option.
* modules/pam_group/pam_group.c (is_same): Fix check for correct
string length.
Diffstat (limited to 'modules/pam_access/pam_access.8.xml')
-rw-r--r-- | modules/pam_access/pam_access.8.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/pam_access/pam_access.8.xml b/modules/pam_access/pam_access.8.xml index ff048593..6b031d2e 100644 --- a/modules/pam_access/pam_access.8.xml +++ b/modules/pam_access/pam_access.8.xml @@ -150,8 +150,10 @@ </term> <listitem> <para> - The group database will not be used for tokens not - identified as account name. + User tokens which are not enclosed in parentheses will not be + matched against the group database. The backwards compatible default is + to try the group database match even for tokens not enclosed + in parentheses. </para> </listitem> </varlistentry> |