This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Commit edd5b82 1 parent 93df51c commit edd5b82 Copy full SHA for edd5b82
File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.3
2
+
3
+ - 93df51cce0da ldap: don't crash on search when guessing an email (#1832 )
4
+ - 45814babef7e packaging: added new encryption options for LDAP
5
+ - 4892eb1dc5ce ldap: fixed a couple of bugs around SSL support (#1746 , #1774 , bsc #1073232 )
6
+ - dc769adcddfe devise: use a more fine-grained scope for Github (#1790 )
7
+ - ae07ec4ca2cd sync: do not remove repositories on some errors (#1293 , #1599 )
8
+ - 17e82c0791ba lib: be explicit on the exceptions to be rescued
9
+ - 88553b817552 portusctl: added Clair timeout to the options
10
+ - fed2818e8a96 security: fetch the manifest more safely (#1743 )
11
+ - 943c7627feab security: don't crash on clair timeouts (#1751 )
12
+
13
+ ### Words of warning
14
+
15
+ Commits 45814babef7e and 4892eb1dc5ce introduce some new options for LDAP. In
16
+ particular, the following options have been added inside of the ` ldap `
17
+ configuration:
18
+
19
+ ``` yaml
20
+ # Encryption options
21
+ encryption :
22
+ # Available methods: "plain", "simple_tls" and "start_tls".
23
+ method : " "
24
+ options :
25
+ # The CA file to be accepted by the LDAP server. If none is provided, then
26
+ # the default parameters from the host will be sent.
27
+ ca_file : " "
28
+
29
+ # Protocol version.
30
+ ssl_version : " TLSv1_2"
31
+ ` ` `
32
+
33
+ Notice that the old ` ldap.method` is getting deprecated and in later versions it
34
+ will be removed. Thus, you should use these options from now on.
35
+
1
36
# # 2.3.2
2
37
3
38
- Upgraded loofah and rails-html-sanitizer to fix CVE-2018-3741
Original file line number Diff line number Diff line change 1
- 2.3.2
1
+ 2.3.3
You can’t perform that action at this time.
0 commit comments