* libmisc/salt.c: Make sure method is not NULL, defaulting to DES.
Thanks to Dan Kopecek <dkopecek@redhat.com>. * src/chpasswd.c, src/chgpasswd.c: Do not use DES by default, but the system default define in /Etc/login.defs. Thanks to Dan Kopecek <dkopecek@redhat.com>. * NEWS, man/chpasswd.8.xml, man/chgpasswd.8.xml: Do not mention DES as the default algorithm. * src/chpasswd.c, src/chgpasswd.c: Tag the ENCRYPTMETHOD_SELECT dependent code accordingly.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
remap='I'>password</emphasis>
|
||||
</para>
|
||||
<para>
|
||||
By default the supplied password must be in clear-text. Default
|
||||
encryption algorithm is DES.
|
||||
By default the supplied password must be in clear-text, and is
|
||||
encrypted by <command>chgpasswd</command>.
|
||||
</para>
|
||||
<para>
|
||||
The default encryption algorithm can be defined for the system with
|
||||
|
@@ -32,9 +32,9 @@
|
||||
remap='I'>password</emphasis>
|
||||
</para>
|
||||
<para>
|
||||
By default the supplied password must be in clear-text. Default
|
||||
encryption algorithm is DES. Also the password age will be updated, if
|
||||
present.
|
||||
By default the supplied password must be in clear-text, and is
|
||||
encrypted by <command>chpasswd</command>.
|
||||
Also the password age will be updated, if present.
|
||||
</para>
|
||||
<para>
|
||||
The default encryption algorithm can be defined for the system with
|
||||
|
Reference in New Issue
Block a user