Skip to content

Releases: osixia/docker-openldap

v1.1.10

16 Feb 13:48
Compare
Choose a tag to compare

Changed

  • Upgrade baseimage to light-baseimage:1.1.1

Fixed

  • Readme #145 #148
  • Let ldapmodify and ldapadd use the same auth #146
  • Enable matching uid's and gid's in the host and container. #156

v1.1.9

16 Feb 13:48
Compare
Choose a tag to compare

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

16 Feb 13:48
Compare
Choose a tag to compare

Fixed

  • LDAP_ENFORCE_TLS is not working correctly #107
  • Unable to reuse volumes after LDAP_TLS_ENFORCE is true #92

v1.1.7

16 Feb 13:48
Compare
Choose a tag to compare

Changed

  • Upgrade baseimage to light-baseimage:0.2.6

v1.1.6

16 Feb 13:47
Compare
Choose a tag to compare

Changed

  • Upgrade baseimage to light-baseimage:0.2.5

Fixed

  • Upgrade to 1.1.5 startup issues with cfssl-helper #73

v1.1.5

16 Feb 13:47
Compare
Choose a tag to compare

Fixed

  • Restarting container with new environment #44
  • Cannot rerun with customized certificate at 1.1.1 #36

v1.1.4

16 Feb 13:47
Compare
Choose a tag to compare

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

16 Feb 13:47
Compare
Choose a tag to compare

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

16 Feb 13:47
Compare
Choose a tag to compare

Fixed

  • Honor LDAP_LOG_LEVEL on startup #39
  • slapd tcp bind is network not interface, and so does not respond on overlay networks #35
  • specify base_dn without domain #37

v1.1.1

16 Feb 13:46
Compare
Choose a tag to compare

Changed

  • Upgrade baseimage to light-baseimage:0.2.2