diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-04-06 08:07:11 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-04-06 08:07:11 +0000 |
commit | f65cb94d257c71b708bcaa270dd00cf26e8566c0 (patch) | |
tree | f69b258bb358fc773f9a5563054a193711e2cd49 /modules/pam_rootok/pam_rootok.8.xml | |
parent | e7611b86bb932608dc84d6d4618093a27def99f4 (diff) | |
download | pam-f65cb94d257c71b708bcaa270dd00cf26e8566c0.tar.gz pam-f65cb94d257c71b708bcaa270dd00cf26e8566c0.tar.bz2 pam-f65cb94d257c71b708bcaa270dd00cf26e8566c0.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2010-04-06 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_rootok/pam_rootok.c: Add support for acct_mgmt
and chauthtok.
* modules/pam_rootok/pam_rootok.8.xml: Document new module
types.
Diffstat (limited to 'modules/pam_rootok/pam_rootok.8.xml')
-rw-r--r-- | modules/pam_rootok/pam_rootok.8.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_rootok/pam_rootok.8.xml b/modules/pam_rootok/pam_rootok.8.xml index e2d2441f..6f44b845 100644 --- a/modules/pam_rootok/pam_rootok.8.xml +++ b/modules/pam_rootok/pam_rootok.8.xml @@ -57,7 +57,8 @@ <refsect1 id="pam_rootok-types"> <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> type is provided. + The <option>auth</option>, <option>acct</option> and + <option>password</option> module types are provided. </para> </refsect1> |