diff --git a/README.md b/README.md index c4ad2fa..dc1b0da 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # zabbix-ldap-sync-bash 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 - +**Changelog:**
+ - 2020-04-14 V1.1 => first public version + - 2020-04-17 V1.1a => Replace hard coded $2 with push-solution +
## Features: - Pure Bash Skript for Linux diff --git a/zabbix-ldap-sync.sh b/zabbix-ldap-sync.sh index e1ec0d7..67349e7 100755 --- a/zabbix-ldap-sync.sh +++ b/zabbix-ldap-sync.sh @@ -1,8 +1,8 @@ #!/bin/bash ############################################################################################################# # Script Name ...: zabbix-ldap-sync.sh -# Version .......: V1.1 -# Date ..........: 14.04.2020 +# Version .......: V1.1a +# Date ..........: 17.04.2020 # Description....: Synchronise Members of a Actice Directory Group with Zabbix via API # User wich are removed will be deactivated # Args ..........: @@ -11,7 +11,7 @@ # Email Private : Bernhard@znil.de ############################################################################################################# # Variables -Script_Version="V1.1 (2020-04-14)" +Script_Version="V1.1a (2020-04-17)" # Colors for printf and echo DEFAULT_FOREGROUND=39 RED=31