* man/newusers.8.xml, man/chpasswd.8.xml, man/useradd.8.xml,

man/groupadd.8.xml, man/usermod.8.xml, man/chgpasswd.8.xml,
	man/groupmod.8.xml: Added warning: passwords set with these tools
	may not respect the password policy.
This commit is contained in:
nekral-guest 2009-05-19 21:29:26 +00:00
parent 82afbc40ce
commit 738eac8669
8 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2009-05-19 Nicolas François <nicolas.francois@centraliens.net>
* man/newusers.8.xml, man/chpasswd.8.xml, man/useradd.8.xml,
man/groupadd.8.xml, man/usermod.8.xml, man/chgpasswd.8.xml,
man/groupmod.8.xml: Added warning: passwords set with these tools
may not respect the password policy.
2009-05-19 Nicolas François <nicolas.francois@centraliens.net>
* man/groupadd.8.xml: Fixed formatting issue.

View File

@ -159,6 +159,10 @@
Remember to set permissions or umask to prevent readability of
unencrypted files by other users.
</para>
<para>
You should make sure the passwords and the encryption method respect
the system's password policy.
</para>
</refsect1>
<refsect1 id='configuration'>

View File

@ -184,6 +184,10 @@
Remember to set permissions or umask to prevent readability of
unencrypted files by other users.
</para>
<para condition="no_pam">
You should make sure the passwords and the encryption method respect
the system's password policy.
</para>
</refsect1>
<refsect1 id='configuration' condition="no_pam">

View File

@ -157,6 +157,10 @@
recommended because the password (or encrypted password) will
be visible by users listing the processes.
</para>
<para>
You should make sure the password respects the system's
password policy.
</para>
</listitem>
</varlistentry>
<varlistentry>

View File

@ -134,6 +134,10 @@
recommended because the password (or encrypted password) will
be visible by users listing the processes.
</para>
<para>
You should make sure the password respects the system's
password policy.
</para>
</listitem>
</varlistentry>
</variablelist>

View File

@ -304,6 +304,10 @@
The input file must be protected since it contains unencrypted
passwords.
</para>
<para condition="no_pam">
You should make sure the passwords and the encryption method respect
the system's password policy.
</para>
</refsect1>
<refsect1 id='configuration'>

View File

@ -388,6 +388,10 @@
recommended because the password (or encrypted password) will
be visible by users listing the processes.
</para>
<para>
You should make sure the password respects the system's
password policy.
</para>
</listitem>
</varlistentry>
<varlistentry>

View File

@ -250,6 +250,16 @@
recommended because the password (or encrypted password) will
be visible by users listing the processes.
</para>
<para condition="pam">
The password will be written in the local
<filename>/etc/passwd</filename> or
<filename>/etc/shadow</filename> file. This might differ from the
password database configured in your PAM configuration.
</para>
<para>
You should make sure the password respects the system's
password policy.
</para>
</listitem>
</varlistentry>
<varlistentry>