]> git.ipfire.org Git - thirdparty/shadow.git/commit
login.defs: warn about weak choices 242/head
authorTopi Miettinen <toiwoton@gmail.com>
Fri, 10 Apr 2020 11:09:55 +0000 (14:09 +0300)
committerTopi Miettinen <toiwoton@gmail.com>
Fri, 10 Apr 2020 11:09:55 +0000 (14:09 +0300)
commit69301dfa24e8c4f2732fd92c137b04cea567e345
tree868d77f9deafd28fcd859092944ae6bf3d5543df
parent125a5dc3093e74164e8e9c2fc16f3fade1449627
login.defs: warn about weak choices

According to crypt(5), MD5 and DES should not be used for new
hashes. Also the default number of SHA rounds chosen by libc is orders
of magnitude too low for modern hardware. Let's warn the users about
weak choices.

Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
etc/login.defs
man/login.defs.d/ENCRYPT_METHOD.xml
man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml