-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
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:
| found = conn.search( |
Reuse of:
| conn = self.get_connection(userdn, password) |
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.
Metadata
Metadata
Assignees
Labels
No labels