Browse Source

Remove schema ambiguity #204

Bertrand Gouny 7 years ago
parent
commit
0357e375ba
1 changed files with 7 additions and 3 deletions
  1. 7 3
      CHANGELOG.md

+ 7 - 3
CHANGELOG.md

@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [1.2.2] - Unreleased
+### Fixed
+  - Remove schema ambiguity #204
+
 ## [1.2.1] - 2018-05-14
 ### Security
   - 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.
-  
-  This has been changed to ```olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none"``` 
-  
+
+  This has been changed to ```olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none"```
+
   Thanks to Francesc Escale for reporting this.
 
 ## [1.2.0] - 2018-03-02