* man/passwd.1.xml: Differentiate the files used for PAM and
non-PAM versions.
This commit is contained in:
parent
0921785ca2
commit
4654150518
@ -1,9 +1,14 @@
|
||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/passwd.1.xml: Differentiate the files used for PAM and
|
||||
non-PAM versions.
|
||||
|
||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/chpasswd.8.xml: Describe how chpasswd in case of error.
|
||||
* man/chpasswd.8.xml: Describe the PAM enabled chpasswd behavior.
|
||||
* man/chpasswd.8.xml: Differentiate the files and configurations
|
||||
needed for PAM and non PAM versions.
|
||||
used for PAM and non-PAM versions.
|
||||
|
||||
2009-05-07 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
|
@ -386,6 +386,18 @@
|
||||
<para>Secure user account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry condition="no_pam">
|
||||
<term><filename>/etc/login.defs</filename></term>
|
||||
<listitem>
|
||||
<para>Shadow password suite configuration.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry condition="pam">
|
||||
<term><filename>/etc/pam.d/passwd</filename></term>
|
||||
<listitem>
|
||||
<para>PAM configuration for <command>passwd</command>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
@ -443,15 +455,15 @@
|
||||
<refsect1 id='see_also'>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>shadow</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>.
|
||||
</citerefentry>,
|
||||
<citerefentry condition="no_pam">
|
||||
<refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>usermod</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>.
|
||||
|
Loading…
Reference in New Issue
Block a user