diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-13 10:35:49 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-13 10:35:49 +0000 |
commit | e21c7e7fea8541afde5665fbc5643ad218f1d247 (patch) | |
tree | 8bfb53f276c8001bf5e509cafa736839e6c09673 /modules/pam_localuser/pam_localuser.8.xml | |
parent | 03209d3db52185b8c57ee0f5cccb18aa2c908122 (diff) | |
download | pam-e21c7e7fea8541afde5665fbc5643ad218f1d247.tar.gz pam-e21c7e7fea8541afde5665fbc5643ad218f1d247.tar.bz2 pam-e21c7e7fea8541afde5665fbc5643ad218f1d247.zip |
Relevant BUGIDs: 1606180
Purpose of commit: new feature
Commit summary:
---------------
2006-12-13 Thorsten Kukuk <kukuk@suse.de>
* modules/pam_localuser/pam_localuser.c: Add support for session
and chauthtok [SF#1606180].
* modules/pam_localuser/pam_localuser.8.xml: Document last change.
* libpam/pam_audit.c (_pam_audit_writelog): Print error message
only once.
Diffstat (limited to 'modules/pam_localuser/pam_localuser.8.xml')
-rw-r--r-- | modules/pam_localuser/pam_localuser.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_localuser/pam_localuser.8.xml b/modules/pam_localuser/pam_localuser.8.xml index 22ed4434..ac00ce99 100644 --- a/modules/pam_localuser/pam_localuser.8.xml +++ b/modules/pam_localuser/pam_localuser.8.xml @@ -83,8 +83,8 @@ <refsect1 id="pam_localuser-services"> <title>MODULE SERVICES PROVIDED</title> <para> - The <emphasis remap='B'>auth</emphasis> and - <emphasis remap='B'>account</emphasis> services are supported. + All services (<option>account</option>, <option>auth</option>, + <option>password</option> and <option>session</option>) are supported. </para> </refsect1> |