aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_exec/pam_exec.8.xml
diff options
context:
space:
mode:
authorAnton Gubarkov <anton.gubarkov@gmail.com>2023-12-15 16:58:24 +0300
committerDmitry V. Levin <ldv@strace.io>2024-01-02 18:24:08 +0000
commit515546d1117ab89a3597176689273ce7734a77d3 (patch)
treea6a129756d6aa4fcdd2fbb76f4d841b2c8d29c6b /modules/pam_exec/pam_exec.8.xml
parent2d04ce36c1d5d5abe2e0b90d60ed896947439a9e (diff)
downloadpam-515546d1117ab89a3597176689273ce7734a77d3.tar.gz
pam-515546d1117ab89a3597176689273ce7734a77d3.tar.bz2
pam-515546d1117ab89a3597176689273ce7734a77d3.zip
pam_exec: allow expose_authtok for password PAM_TYPE
Before this change, pam_exec allowed expose_authtok option to be specified for "auth" PAM_TYPE only. * modules/pam_exec/pam_exec.c (call_exec): Allow expose_authtok to be specified for "password" PAM_TYPE. * modules/pam_exec/pam_exec.8.xml: Document it.
Diffstat (limited to 'modules/pam_exec/pam_exec.8.xml')
-rw-r--r--modules/pam_exec/pam_exec.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml
index 13abe6e6..677d598a 100644
--- a/modules/pam_exec/pam_exec.8.xml
+++ b/modules/pam_exec/pam_exec.8.xml
@@ -103,7 +103,7 @@
</term>
<listitem>
<para>
- During authentication the calling command can read
+ During authentication and password change the calling command can read
the password from <citerefentry>
<refentrytitle>stdin</refentrytitle><manvolnum>3</manvolnum>
</citerefentry>. Only first <emphasis>PAM_MAX_RESP_SIZE</emphasis>
@@ -313,4 +313,4 @@
</para>
</refsect1>
-</refentry> \ No newline at end of file
+</refentry>