@@ -29,21 +29,6 @@ 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
-
47
32
* Authorization schearios:
48
33
The "default" scenario files named ` *.default ` (regular file or symbolic
49
34
link) are no longer available: Default list scenariios have to be
@@ -56,23 +41,37 @@ below.
56
41
during upgrading process. However you should review the changes in
57
42
` sympa.conf ` (and ` robot.conf ` ).
58
43
59
- * WWSympa:
44
+ * WWSympa and SympaSOAP :
60
45
61
46
* If a virtual domain setting does not have ` auth.conf ` ,
62
47
` crawlers_detection.conf ` or ` trusted_applications.conf ` while it is
63
48
there in [ ` $SYSCONFDIR ` ] ( ../layout.md#sysconfdir ) , the latter will be
64
49
used. Previously in such case, the latter was ignored and only
65
50
built-in authnetication was enabled.
51
+ * Built-in authantication:
52
+ RC4 reversible encryption of password storage in database using
53
+ Crypt::CipherSaber was dropped. If you have been using it, run
54
+ [ `` upgrade_sympa_passowrd.pl `` ] ( ../man/upgrade_sympa_password.1.md ) to
55
+ rehash passwords stored in database.
56
+
57
+ ----
58
+ Note:
59
+
60
+ * Though it is not forced, it is recommended to upgrade password storage
61
+ format using ` bcrypt ` , more secure hash function. See
62
+ "[ Upgrading password storage on earlier version] ( ../customize/builtin-auth.md#upgrading-password-storage-on-earlier-version ) "
63
+ for details.
64
+
65
+ ----
66
+ * LDAP authentication:
67
+ Now entry of authenticating user is retrieved by the LDAP account
68
+ specified by ` bind_dn ` parameter.
69
+ Previously, the second search operation to retrieve user entry was
70
+ performed under the privilege of the user of their own.
66
71
* Format of session cookie was changed. Even if you have been used
67
72
web interface with Sympa 6.2 or later, all users may have to login
68
73
again after upgrade.
69
74
70
- * LDAP authentication:
71
- Now entry of authenticating user is retrieved by the LDAP account
72
- specified by ` bind_dn ` parameter.
73
- Previously, the second search operation to retrieve user entry was
74
- performed under the privilege of the user of their own.
75
-
76
75
### From versions prior to 6.2.38
77
76
78
77
* If you have used Oracle Database, review
0 commit comments