Releases: osixia/docker-openldap
Releases Β· osixia/docker-openldap
v1.1.10
v1.1.9
Added
- LDAP_RFC2307BIS_SCHEMA option to use rfc2307bis schema instead of nis default schema
- KEEP_EXISTING_CONFIG option to not change the ldap config
Changed
- Upgrade baseimage to light-baseimage:1.1.0 (debian stretch)
v1.1.8
v1.1.7
Changed
- Upgrade baseimage to light-baseimage:0.2.6
v1.1.6
v1.1.5
v1.1.4
Fixed
- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
- Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
This by default also restricts the TLS protocol version to 1.2. For reference,
see #69 - Fix Error in Adding "Billy" #71
- Add docker-compose.yml example and update kubernetes examples #52
- Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70
- fixed LDAP_BACKEND for readonly user #62
v1.1.3
In this version the new environment variable LDAP_BACKEND let you set the the backend used by your ldap database.
By default it's hdb. In comming versions 1.2.x the default will be changed to mdb.
Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
Added
- Use mdb over hdb #50
Changed
- Ignore lost+found directories #53
- LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
- Upgrade baseimage to light-baseimage:0.2.4
Removed
- Volume command from Dockerfile #56
v1.1.2
v1.1.1
Changed
- Upgrade baseimage to light-baseimage:0.2.2