Skip to content

Commit 0357e37

Browse files
committed
Remove schema ambiguity #204
1 parent b2f68b2 commit 0357e37

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.2] - Unreleased
8+
### Fixed
9+
- Remove schema ambiguity #204
10+
711
## [1.2.1] - 2018-05-14
812
### Security
913
- 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.
10-
11-
This has been changed to ```olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none"```
12-
14+
15+
This has been changed to ```olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none"```
16+
1317
Thanks to Francesc Escale for reporting this.
1418

1519
## [1.2.0] - 2018-03-02

0 commit comments

Comments
 (0)