From ba5e55c0531633ada0b4f9b459ac571ceaf71e60 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 31 Oct 2022 16:08:00 +0100 Subject: [PATCH] Activating scripts/chatbot-to-ldap --- scripts/chatbot-to-ldap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/chatbot-to-ldap b/scripts/chatbot-to-ldap index e75b14b..2ead5b6 100755 --- a/scripts/chatbot-to-ldap +++ b/scripts/chatbot-to-ldap @@ -8,8 +8,8 @@ fi declare -a ACCOUNTS_REMOVE=() declare -A ACCOUNTS_MIGRATE=() -# SIMULATE="n" -SIMULATE="y" +SIMULATE="n" +# SIMULATE="y" ACCOUNTS_MIGRATE['angel.ortiz']='angel.ortiz' ACCOUNTS_MIGRATE['bjoern.buehring']='bjoern.buehring' -- 2.39.5