* 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:
parent
82afbc40ce
commit
738eac8669
@ -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.
|
||||
|
@ -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'>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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'>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user