Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 2.59 KB

2.1.6

  • docker Now use alpine:3.21 (openldap 2.6.8).

2.1.5

  • docker Now use alpine:3.20 (openldap 2.6.7).
  • docker Remove obsolete element version in yml examples.
  • demo Remove unsused service dns.
  • demo Add target auth-apk_list.
  • demo Remove obsolete element version in docker-compose.yml.
  • github Now use Node.js 20 actions/checkout@v4.

2.1.4

  • docker Now use alpine:3.19 (openldap 2.6.6).

2.1.3

  • docker Now use alpine:3.18 (openldap 2.6.5).

2.1.2

  • docker Now use alpine:3.18 (openldap 2.6.4).
  • github Now use GitHub Actions to test image.
  • demo Now depend on the docker-compose-plugin.

2.1.1

  • test Now use bld_tag so tests use correct image tag.
  • docker Now use alpine:3.16 (openldap 2.6.3).

2.1.0

  • docker Now use alpine:3.15 (openldap 2.6.0).
  • docker Now use functions in bld.mk.
  • docker Update badges.

2.0.2

2.0.1

  • docker Support additional modern password-hashing methods SHA256/512.

2.0.0

  • docker Now build using alpine:3.13 (openldap 2.4.56).
  • demo Updated demo.
  • test Code refactoring.
  • docker Code refactoring.
  • openldap BREAKING! New initialization procedure.
  • openldap BREAKING! Utility script ldap functionality abandoned, use ldap client tools directly instead.
  • openldap Now default ldapi socket is used.
  • openldap Revisited RUNAS code.
  • openldap BREAKING! Now no default domain component entry, dcObject, is created.
  • docker Reworked documentation.
  • demo Now also demonstrate StartTLS and TLS/SSL.

1.1.0

  • repo Put source code in the dir src and tests in test.

1.0.2

  • Now build using alpine:3.11.
  • Cosmetic changes.

1.0.1

  • Now build using alpine:3.10.

1.0.0

  • Log directed to docker daemon with configurable level.
  • Accepts read only (RO) mounted database file systems.
  • Unix domain (IPC) socket support.
  • Configurable database paths, helping host volume management.
  • Code refactoring.