Added Support for Zabbix 5.2 and higher

master
Bernhard Linz 2021-01-10 15:15:12 +01:00
parent 3973fc78f8
commit 8d2aaad188
1 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
This is a pure bash-script for syncing a Actice-Directory Group via LDAP with a Zabbix-Group
**Changelog:**<br>
- 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
<br>
## Features