Skip to content

Commit f478aee

Browse files
Update CHANGELOG.md
1 parent 8ff967f commit f478aee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [1.2.1] - 2018-05-14
88
### Security
99
- 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-
10+
11+
This has been changed to ```olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none"```
12+
1313
Thanks to Francesc Escale for reporting this.
1414

1515
## [1.2.0] - 2018-03-02
@@ -200,6 +200,7 @@ Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_D
200200
## [0.10.0] - 2015-03-03
201201
New version initial release, no changelog before this sorry.
202202

203+
[1.2.1]: https://github.com/osixia/docker-openldap/compare/v1.2.0...v1.2.1
203204
[1.2.0]: https://github.com/osixia/docker-openldap/compare/v1.1.11...v1.2.0
204205
[1.1.11]: https://github.com/osixia/docker-openldap/compare/v1.1.10...v1.1.11
205206
[1.1.10]: https://github.com/osixia/docker-openldap/compare/v1.1.9...v1.1.10

0 commit comments

Comments
 (0)