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
We solved the problem by creating anonymous connection for querying groups. I don't know if this is a general solution. But if so, I'll be happy to push a PR from our fork.
The text was updated successfully, but these errors were encountered:
When using OTP, it is not possible to activate the group filter. The reason is the reuse of the authenticated connection to search for the groups:
ldapauthenticator/ldapauthenticator/ldapauthenticator.py
Line 443 in 65b234a
Reuse of:
ldapauthenticator/ldapauthenticator/ldapauthenticator.py
Line 382 in 65b234a
We solved the problem by creating anonymous connection for querying groups. I don't know if this is a general solution. But if so, I'll be happy to push a PR from our fork.
The text was updated successfully, but these errors were encountered: