From: Tomas Mraz Date: Sun, 13 Jul 2008 17:14:13 +0000 (+0000) Subject: Relevant BUGIDs: #1980773 X-Git-Tag: Linux-PAM-1_0_90~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c4ee3643350ead3ba4ef9d16a959f6934e310e;p=linux-pam Relevant BUGIDs: #1980773 Purpose of commit: bugfix Commit summary: --------------- 2008-07-13 Tomas Mraz * modules/pam_mail/pam_mail.8.xml: Module supports session and not account service (#1980773). --- diff --git a/ChangeLog b/ChangeLog index e493494f..93ca6af9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2008-07-13 Tomas Mraz + + * modules/pam_mail/pam_mail.8.xml: Module supports session and + not account service (#1980773). + 2008-07-11 Tomas Mraz * 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 @@ MODULE SERVICES PROVIDED - The auth and - account services are supported. + The session and + auth (on establishment and + deletion of credentials) services are supported.