diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-10-27 06:46:50 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-10-27 06:46:50 +0000 |
commit | 0a5ee586bed8dbb537ab23080bc19cf6b82812e7 (patch) | |
tree | f1aa08f56b9d08a5372978e73bff0c0d980014cf /doc | |
parent | a0428860a7e96b0bb0bd289f2a5febaae86c42a7 (diff) | |
download | pam-0a5ee586bed8dbb537ab23080bc19cf6b82812e7.tar.gz pam-0a5ee586bed8dbb537ab23080bc19cf6b82812e7.tar.bz2 pam-0a5ee586bed8dbb537ab23080bc19cf6b82812e7.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
2008-10-27 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/man/pam_setcred.3.xml: Document when credentials
should be deleted.
* po/ja.po: Fix syntax error.
* po/de.po: Update translations.
* po/*.po: Regenerate with pam_tally2 added.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_setcred.3.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/man/pam_setcred.3.xml b/doc/man/pam_setcred.3.xml index 90e23b5c..b7cd290d 100644 --- a/doc/man/pam_setcred.3.xml +++ b/doc/man/pam_setcred.3.xml @@ -35,10 +35,14 @@ <para> The <function>pam_setcred</function> function is used to establish, maintain and delete the credentials of a user. It should be called - after a user has been authenticated and before a session is opened - for the user (with + to set the credentials after a user has been authenticated and before + a session is opened for the user (with <citerefentry> <refentrytitle>pam_open_session</refentrytitle><manvolnum>3</manvolnum> + </citerefentry>). The credentials should be deleted after the sesseion + has been closed (with + <citerefentry> + <refentrytitle>pam_close_session</refentrytitle><manvolnum>3</manvolnum> </citerefentry>). </para> @@ -166,6 +170,9 @@ <refentrytitle>pam_open_session</refentrytitle><manvolnum>3</manvolnum> </citerefentry>, <citerefentry> + <refentrytitle>pam_close_session</refentrytitle><manvolnum>3</manvolnum> + </citerefentry>, + <citerefentry> <refentrytitle>pam_strerror</refentrytitle><manvolnum>3</manvolnum> </citerefentry> </para> |