add ldapsearch parameter '-o ldif-wrap=no' to prevent line breaks

master
root@zabbix.znil.net 2020-05-05 17:35:15 +02:00
parent e7a29cd6dd
commit c7a3532bf6
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ if [ "${#LDAP_ARRAY_Members_DN[*]}" -gt 0 ]; then
b_check_Email="false"
for (( i=0; i < ${#LDAP_ARRAY_Members_DN[*]}; i++ )); do
member: CN=Andreas ADM. Klausing,OU=Active,OU=Users,OU=THE,DC=prod,DC=the,DC=l
# When the Loop start again we have to for all values. All arrays-size must be equal!
# First run of loop will be skipped because b_check_sAMAccountName is false
if [ "$b_check_sAMAccountName" = "true" ]; then