Skip to content

Releases: ltb-project/slapd-cli

v3.4

30 May 09:38
Compare
Choose a tag to compare

Changelog:

  • provide hotrestore and hotrestore-config features #60
  • Provide a systemd service instance [email protected] #68
  • error when evaluating contextcsn #70
  • Exit after finding version with slapd binary #75

See also https://github.com/ltb-project/slapd-cli/milestone/13

Thanks to contributors:

v3.3

05 Feb 18:41
Compare
Choose a tag to compare

Changelog:

  • Possibility to delete older backup files #61
  • Provide support for HAProxy proxy protocol #63
  • allow client certificate authentication in checksync binds #64
  • Option to convert slapd.conf to cn=config at each startup #66

See also https://github.com/ltb-project/slapd-cli/milestone/12

Thanks to contributors:

v3.2

21 Aug 13:46
Compare
Choose a tag to compare

Changelog:

  • fix check_sync: syncrepl_get_value returns null if param not found and try anonymous bind if no binddn found for check_sync #57
  • fix check_sync: base64 decode olcSyncrepl attribute in get_provider_config #58

See also https://github.com/ltb-project/slapd-cli/milestone/11

v3.1

11 Jul 09:13
Compare
Choose a tag to compare

Changelog:

  • check data validity for importdatatemplate action #50
  • add LDAPSEARCH_PARAMS option #54
  • don't ask for client certificate in default config #55

See also https://github.com/ltb-project/slapd-cli/milestone/10

v3.0

21 Feb 12:56
Compare
Choose a tag to compare

Changelog:

  • Possibility to configure systemd service name #49
  • checksync target should not rely on slapcat + add a tolerance for contextCSN comparison #11

See also https://github.com/ltb-project/slapd-cli/milestone/9

v2.9

13 May 15:22
Compare
Choose a tag to compare

Changelog:

  • use logfile feature of OpenLDAP 2.6 #45
  • upgrade data templates for new olcPPolicyCheckModule in OpenLDAP 2.6 #46
  • manage divergence between 2.5 and 2.6 versions of OpenLDAP #47
  • enable password policy module checks by default in data template #48

Notice that some new features of slapd-cli 2.9 are no more compatible with OpenLDAP 2.4 version. (for example, displaying the OpenLDAP version with the status action, and all the features with configuration and data templates)

v2.8

07 Oct 15:02
Compare
Choose a tag to compare

Changelog:

  • checksync doesn't work with multiple suffix bug #44
  • replace hard-coded "slapd" by service name variable #43
  • memberOf will be soon deprecated #42
  • create a different service name #40
  • Provide a working example of lload #39
  • autocomplete command #37
  • remove bdb / hdb references #30
  • remove init.d references #28
  • remove slurpd #27
  • provide default data and configuration enhancement #25
  • Show OpenLDAP version in status enhancement #23
  • Rename project to slapd-cli #22
  • Privilege escalation / DoS via PID file manipulation (CVE-2017-14159) enhancement #3
  • Root privilege escalation by subverting chown enhancement #2

Notice that some new features of slapd-cli 2.8 are only compatible with OpenLDAP 2.5 version. (for example, displaying the OpenLDAP version with the status action, and all the features with configuration and data templates)

v2.7

04 Jun 09:34
Compare
Choose a tag to compare

Changelog:

  • #24: Backup error if UMASK not defined

v2.6

19 Mar 10:20
Compare
Choose a tag to compare

Changelog:

  • #21: Insecure default permissions in backup script

v2.5

29 Aug 16:15
Compare
Choose a tag to compare

Changelog:

  • #17: Use systemd to manage service startup when available
  • #18, #19: Fix usage of su command