You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zammad does a few things that make the LDAP proxy hiccup, e.g. it seems like it closes the LDAP connection before all search results have been sent. We should check that the LDAP proxy handles these cases gracefully.
If we pass the whole DC as the Base DN, the LDAP proxy is confused because the response contains referrals in the case of AD (see this issue). If we pass CN=users,... as Base DN, Zammad cannot find any groups and refuses the proceed.
The text was updated successfully, but these errors were encountered:
We can work around problem 2 if we just throw away all LDAPSearchResultReference responses, as they are probably ignored by the apps anyway. However, the proxy won't be very transparent anymore in that case.
Zammad integration is currently a bit tricky:
CN=users,...
as Base DN, Zammad cannot find any groups and refuses the proceed.The text was updated successfully, but these errors were encountered: