Skip to content

Commit bec5227

Browse files
authored
copyedit.
1 parent 2e3c5dd commit bec5227

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

manual/upgrade/notes.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ below.
2929

3030
### From versions prior to 6.2.42 (coming later)
3131

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-
4732
* Authorization schearios:
4833
The "default" scenario files named `*.default` (regular file or symbolic
4934
link) are no longer available: Default list scenariios have to be
@@ -56,23 +41,37 @@ below.
5641
during upgrading process. However you should review the changes in
5742
`sympa.conf` (and `robot.conf`).
5843

59-
* WWSympa:
44+
* WWSympa and SympaSOAP:
6045

6146
* If a virtual domain setting does not have `auth.conf`,
6247
`crawlers_detection.conf` or `trusted_applications.conf` while it is
6348
there in [`$SYSCONFDIR`](../layout.md#sysconfdir), the latter will be
6449
used. Previously in such case, the latter was ignored and only
6550
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.
6671
* Format of session cookie was changed. Even if you have been used
6772
web interface with Sympa 6.2 or later, all users may have to login
6873
again after upgrade.
6974

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-
7675
### From versions prior to 6.2.38
7776

7877
* If you have used Oracle Database, review

0 commit comments

Comments
 (0)