]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/shadow-4.2.1-SHA512_password_hashing.patch
Update libvirt to 2.1
[ipfire-2.x.git] / src / patches / shadow-4.2.1-SHA512_password_hashing.patch
1 diff -crB shadow-4.2.1-a/etc/login.defs shadow-4.2.1-b/etc/login.defs
2 *** shadow-4.2.1-a/etc/login.defs 2014-05-09 10:20:28.000000000 +0000
3 --- shadow-4.2.1-b/etc/login.defs 2016-03-13 10:51:09.680171239 +0000
4 ***************
5 *** 118,124 ****
6 # Directory where mailboxes reside, _or_ name of file, relative to the
7 # home directory. If you _do_ define both, MAIL_DIR takes precedence.
8 #
9 ! MAIL_DIR /var/spool/mail
10 #MAIL_FILE .mail
11
12 #
13 --- 118,124 ----
14 # Directory where mailboxes reside, _or_ name of file, relative to the
15 # home directory. If you _do_ define both, MAIL_DIR takes precedence.
16 #
17 ! MAIL_DIR /var/mail
18 #MAIL_FILE .mail
19
20 #
21 ***************
22 *** 317,323 ****
23 # Note: If you use PAM, it is recommended to use a value consistent with
24 # the PAM modules configuration.
25 #
26 ! #ENCRYPT_METHOD DES
27
28 #
29 # Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
30 --- 317,323 ----
31 # Note: If you use PAM, it is recommended to use a value consistent with
32 # the PAM modules configuration.
33 #
34 ! ENCRYPT_METHOD SHA512
35
36 #
37 # Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
38 Only in shadow-4.2.1-b: SHA512_password_hashing.patch