diff options
author | Tomas Mraz <tm@t8m.info> | 2008-07-13 17:14:13 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-07-13 17:14:13 +0000 |
commit | 43c4ee3643350ead3ba4ef9d16a959f6934e310e (patch) | |
tree | 32db0de4d3f890c79ccf2421bb7bf15b4be629a4 | |
parent | 3c3bb4c3659615ffba1b23f537120ea996e8a774 (diff) | |
download | pam-43c4ee3643350ead3ba4ef9d16a959f6934e310e.tar.gz pam-43c4ee3643350ead3ba4ef9d16a959f6934e310e.tar.bz2 pam-43c4ee3643350ead3ba4ef9d16a959f6934e310e.zip |
Relevant BUGIDs: #1980773
Purpose of commit: bugfix
Commit summary:
---------------
2008-07-13 Tomas Mraz <t8m@centrum.cz>
* modules/pam_mail/pam_mail.8.xml: Module supports session and
not account service (#1980773).
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | modules/pam_mail/pam_mail.8.xml | 5 |
2 files changed, 9 insertions, 3 deletions
@@ -1,7 +1,12 @@ +2008-07-13 Tomas Mraz <t8m@centrum.cz> + + * modules/pam_mail/pam_mail.8.xml: Module supports session and + not account service (#1980773). + 2008-07-11 Tomas Mraz <t8m@centrum.cz> * modules/pam_unix/pam_unix_acct.c (_unix_run_verify_binary): Do - not close the pipe descriptor in borderline case (#2009766) + not close the pipe descriptor in borderline case (#2009766). * modules/pam_unix/pam_unix_passwd.c (_unix_run_update_binary): Likewise. * modules/pam_unix/support.c (_unix_run_helper_binary): Likewise. diff --git a/modules/pam_mail/pam_mail.8.xml b/modules/pam_mail/pam_mail.8.xml index d3c481a5..2e97d999 100644 --- a/modules/pam_mail/pam_mail.8.xml +++ b/modules/pam_mail/pam_mail.8.xml @@ -196,8 +196,9 @@ <refsect1 id="pam_mail-services"> <title>MODULE SERVICES PROVIDED</title> <para> - The <emphasis remap='B'>auth</emphasis> and - <emphasis remap='B'>account</emphasis> services are supported. + The <emphasis remap='B'>session</emphasis> and + <emphasis remap='B'>auth</emphasis> (on establishment and + deletion of credentials) services are supported. </para> </refsect1> |