f93cf255d4
Closes #238 Update all files to list SPDX license shortname. Most files are BSD 3 clause license. The exceptions are: serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD libmisc/salt.c: * SPDX-License-Identifier: Unlicense src/login_nopam.c: * SPDX-License-Identifier: Unlicense src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later Signed-off-by: Serge Hallyn <serge@hallyn.com>
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<!--
|
|
SPDX-FileCopyrightText: 2007 - 2008, Nicolas François
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
-->
|
|
<varlistentry>
|
|
<term><option>ENCRYPT_METHOD</option> (string)</term>
|
|
<listitem>
|
|
<para>
|
|
This defines the system default encryption algorithm for encrypting
|
|
passwords (if no algorithm are specified on the command line).
|
|
</para>
|
|
<para>
|
|
It can take one of these values:
|
|
<replaceable>DES</replaceable> (default),
|
|
<replaceable>MD5</replaceable><phrase condition="sha_crypt">,
|
|
<replaceable>SHA256</replaceable>,
|
|
<replaceable>SHA512</replaceable></phrase>.
|
|
MD5 and DES should not be used for new hashes, see
|
|
<refentrytitle>crypt</refentrytitle><manvolnum>5</manvolnum>
|
|
for recommendations.
|
|
</para>
|
|
<para>
|
|
Note: this parameter overrides the <option>MD5_CRYPT_ENAB</option>
|
|
variable.
|
|
</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>
|
|
</varlistentry>
|