From 8d2aaad188ae26f19de1102b3354d77a1166ba3f Mon Sep 17 00:00:00 2001 From: Bernhard Linz Date: Sun, 10 Jan 2021 15:15:12 +0100 Subject: [PATCH] Added Support for Zabbix 5.2 and higher --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fbf2da..0574011 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This is a pure bash-script for syncing a Actice-Directory Group via LDAP with a Zabbix-Group **Changelog:**
- - 2020-04-14 V1.1 => first public version - - 2020-04-17 V1.1a => Replace hard coded $2 with push-solution - - 2020-05-05 V1.1b => add ldapsearch parameter `-o ldif-wrap=no` to prevent line breaks after 79 chars - - 2020-08-06 V1.1c => add more debbuging for -v when a new user is created (show the full curl command) - - 2021-01-10 V1.2 => add support for Zabbix 5.2 or higher (breaking changes in API) with API-Version check bultin + - 2020-04-14 **V1.1** => first public version + - 2020-04-17 **V1.1a** => Replace hard coded $2 with push-solution + - 2020-05-05 **V1.1b** => add ldapsearch parameter `-o ldif-wrap=no` to prevent line breaks after 79 chars + - 2020-08-06 **V1.1c** => add more debbuging for -v when a new user is created (show the full curl command) + - 2021-01-10 **V1.2** => add support for Zabbix 5.2 or higher (breaking changes in API) with API-Version check bultin
## Features