@@ -29,6 +29,21 @@ below.
29
29
30
30
### From versions prior to 6.2.42 (coming later)
31
31
32
+ * RC4 reversible encryption of password storage in database was dropped.
33
+ If you have been using it, run
34
+ [ `` upgrade_sympa_passowrd.pl `` ] ( ../man/upgrade_sympa_password.1.md ) to
35
+ rehash passwords stored in database.
36
+
37
+ ----
38
+ Note:
39
+
40
+ * Though it is not forced, it is recommended to upgrade password storage
41
+ format using `bcrypt`, more secure hash function. See
42
+ "[Upgrading password storage on earlier version](../customize/builtin-auth.md#upgrading-password-storage-on-earlier-version)"
43
+ for details.
44
+
45
+ ----
46
+
32
47
* Authorization schearios:
33
48
The "default" scenario files named ` *.default ` (regular file or symbolic
34
49
link) are no longer available: Default list scenariios have to be
@@ -42,11 +57,15 @@ below.
42
57
` sympa.conf ` (and ` robot.conf ` ).
43
58
44
59
* WWSympa:
45
- If a virtual domain setting does not have ` auth.conf ` ,
46
- ` crawlers_detection.conf ` or ` trusted_applications.conf ` while it is
47
- there in [ ` $SYSCONFDIR ` ] ( ../layout.md#sysconfdir ) , the latter will be
48
- used. Previously in such case, the latter was ignored and only
49
- built-in authnetication was enabled.
60
+
61
+ * If a virtual domain setting does not have ` auth.conf ` ,
62
+ ` crawlers_detection.conf ` or ` trusted_applications.conf ` while it is
63
+ there in [ ` $SYSCONFDIR ` ] ( ../layout.md#sysconfdir ) , the latter will be
64
+ used. Previously in such case, the latter was ignored and only
65
+ built-in authnetication was enabled.
66
+ * Format of session cookie was changed. Even if you have been used
67
+ web interface with Sympa 6.2 or later, all users may have to login
68
+ again after upgrade.
50
69
51
70
* LDAP authentication:
52
71
Now entry of authenticating user is retrieved by the LDAP account
0 commit comments