* man/login.defs.d/ENCRYPT_METHOD.xml,
man/login.defs.d/MD5_CRYPT_ENAB.xml, man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Updated note for PAM enabled versions. These variables are only used for group passwords in this case.
This commit is contained in:
parent
9bdcf8fa15
commit
3f649c5504
@ -1,3 +1,11 @@
|
|||||||
|
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/login.defs.d/ENCRYPT_METHOD.xml,
|
||||||
|
man/login.defs.d/MD5_CRYPT_ENAB.xml,
|
||||||
|
man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Updated note for PAM
|
||||||
|
enabled versions. These variables are only used for group
|
||||||
|
passwords in this case.
|
||||||
|
|
||||||
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/chpasswd.8.xml: Sorted options alphabetically.
|
* man/chpasswd.8.xml: Sorted options alphabetically.
|
||||||
|
@ -54,9 +54,11 @@
|
|||||||
Note: this parameter overrides the <option>MD5_CRYPT_ENAB</option>
|
Note: this parameter overrides the <option>MD5_CRYPT_ENAB</option>
|
||||||
variable.
|
variable.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para condition="pam">
|
||||||
Note: if you use PAM, it is recommended to set this variable
|
Note: This only affect the generation of group passwords.
|
||||||
consistently with the PAM modules configuration.
|
The generation of user passwords is done by PAM and subject to the
|
||||||
|
PAM configuration. It is recommended to set this variable
|
||||||
|
consistently with the PAM configuration.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -50,9 +50,11 @@
|
|||||||
This variable is deprecated. You should use
|
This variable is deprecated. You should use
|
||||||
<option>ENCRYPT_METHOD</option>.
|
<option>ENCRYPT_METHOD</option>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para condition="pam">
|
||||||
Note: if you use PAM, it is recommended to set this variable
|
Note: This only affect the generation of group passwords.
|
||||||
consistently with the PAM modules configuration.
|
The generation of user passwords is done by PAM and subject to the
|
||||||
|
PAM configuration. It is recommended to set this variable
|
||||||
|
consistently with the PAM configuration.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -59,5 +59,11 @@
|
|||||||
<option>SHA_CRYPT_MAX_ROUNDS</option>, the highest value will be
|
<option>SHA_CRYPT_MAX_ROUNDS</option>, the highest value will be
|
||||||
used.
|
used.
|
||||||
</para>
|
</para>
|
||||||
|
<para condition="pam">
|
||||||
|
Note: This only affect the generation of group passwords.
|
||||||
|
The generation of user passwords is done by PAM and subject to the
|
||||||
|
PAM configuration. It is recommended to set this variable
|
||||||
|
consistently with the PAM configuration.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user