Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group restriction not working with One-Time Password #167

Open
fcollonval opened this issue Jun 13, 2020 · 0 comments
Open

Group restriction not working with One-Time Password #167

fcollonval opened this issue Jun 13, 2020 · 0 comments

Comments

@fcollonval
Copy link

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant