diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-12-02 10:09:17 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-12-07 16:22:41 +0100 |
commit | 017c3ff13d1bb7804799deadd8f58b92eba7979e (patch) | |
tree | 9dbcdcc5853aa5e6e2a361b08221ae160f63649c /doc | |
parent | c72f8d11ff13d7870462799ac06e45543e78de64 (diff) | |
download | pam-017c3ff13d1bb7804799deadd8f58b92eba7979e.tar.gz pam-017c3ff13d1bb7804799deadd8f58b92eba7979e.tar.bz2 pam-017c3ff13d1bb7804799deadd8f58b92eba7979e.zip |
Clarify the effect of 'done' in documentation
The done action does not terminate the stack processing in case
there is a failing module with bad action up in the stack.
Fixes #307
* doc/man/pam.conf-syntax.xml: Clarify the effect of 'done'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam.conf-syntax.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/man/pam.conf-syntax.xml b/doc/man/pam.conf-syntax.xml index 7b4edbf2..864a580d 100644 --- a/doc/man/pam.conf-syntax.xml +++ b/doc/man/pam.conf-syntax.xml @@ -273,8 +273,9 @@ <term>die</term> <listitem> <para> - equivalent to bad with the side effect of terminating the - module stack and PAM immediately returning to the application. + equivalent to <emphasis>bad</emphasis> with the side effect of + terminating the module stack and PAM immediately returning to + the application. </para> </listitem> </varlistentry> @@ -297,8 +298,9 @@ <term>done</term> <listitem> <para> - equivalent to ok with the side effect of terminating the module - stack and PAM immediately returning to the application. + equivalent to <emphasis>ok</emphasis> with the side effect of + terminating the module stack and PAM immediately returning to the + application unless there was a non-ignored module failure before. </para> </listitem> </varlistentry> |