diff options
Diffstat (limited to 'modules/pam_pwhistory/pam_pwhistory.8.xml')
-rw-r--r-- | modules/pam_pwhistory/pam_pwhistory.8.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/pam_pwhistory/pam_pwhistory.8.xml b/modules/pam_pwhistory/pam_pwhistory.8.xml index 26d6bd15..f8c152ad 100644 --- a/modules/pam_pwhistory/pam_pwhistory.8.xml +++ b/modules/pam_pwhistory/pam_pwhistory.8.xml @@ -33,6 +33,9 @@ <arg choice="opt"> retry=<replaceable>N</replaceable> </arg> + <arg choice="opt"> + type=<replaceable>STRING</replaceable> + </arg> </cmdsynopsis> </refsynopsisdiv> @@ -119,6 +122,21 @@ </listitem> </varlistentry> + <varlistentry> + <term> + <option>type=<replaceable>STRING</replaceable></option> + </term> + <listitem> + <para> + The default action is for the module to use the + following prompts when requesting passwords: + "New UNIX password: " and "Retype UNIX password: ". + The default word <emphasis>UNIX</emphasis> can + be replaced with this option. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |