Closed stdevPavelmc closed 4 years ago
Investigation revealed that the issue is related to ldapsearch truncating the results at ~79 chars per line and then the DN of the group get truncated.
So, when you search for it later to get the mails of the members the query does not returns any result and the alias wont be created.
Quick workaround is to use short group names in the AD until this issue es solved.
Fix discovered and in testing stage
ldapseach -o ldif-wrap=no [...]
That disables the word wrap at all.
Fix worked, preparing PR
Describe the bug
Some AD groups are not getting listed as emails aliases.
Common denominator is long group names as for example:
"Economía para facturas de la empresa desde ETECSA"
Short groups works ok.