add ldapsearch parameter '-o ldif-wrap=no' to prevent line breaks
This commit is contained in:
parent
e7a29cd6dd
commit
c7a3532bf6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user