You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [1.2.2] - Unreleased
8
8
### Added
9
-
- Add environment variable LDAP_NOFILE to setup a custom ulimit value #237
9
+
- Environment variable LDAP_NOFILE to setup a custom ulimit value #237
10
+
10
11
### Fixed
11
12
- Remove schema ambiguity #204
12
13
- lidf typo in readme #217
13
14
- Ignore all the folders started with . #232
14
15
16
+
### Security
17
+
- Fix self-edit security issue #239
18
+
15
19
## [1.2.1] - 2018-05-14
16
20
### Security
17
21
- The default "write" access to "*" by "self" in the file "config/bootstrap/ldif/02-security.ldif" allowed anyone to change all the data about himself. This includes the gid and uid numbers what could lead to serious security issues.
0 commit comments