-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
55 lines (30 loc) · 1.21 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[0.4.1-beta] - 2018-04-05
-------------------------
* Removed underscores from environment variable in authorized_keys file
to fulfil checks introduced by OpenSSH 7.7
[0.4.0-beta] - 2018-04-01
-------------------------
* Added logging of SSH key fingerprints.
* Added export of real user to environment.
* Added SSH session logging to Docker environment.
[0.3.0-beta] - 2017-04-15
-------------------------
* Added support for linking key providers/target keystores directly
to an access profile rather than through groups only.
* Added support for OpenSSL 1.1.
* Added support for checking LDAP server certificate chain against CRL.
* Added Docker testing/showcase environment.
* Fixed timeout handling which was previously only supported for LDAP
search requests.
* Improved LDAP search queries.
* Improved error handling/logging.
* Changed various attributes in LDAP schema from mandatory to optional.
[0.2.0-beta] - 2016-12-24
-------------------------
* Added support for access profiles allowing a more flexible way for
the definition of access permissions in LDAP server.
* Added support for CRL checking.
* Added error handling.
[0.1.0-beta] - 2016-01-01
-------------------------
* First release \o/