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

Allow more complex LDAP user queries #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Epithumia
Copy link

@Epithumia Epithumia commented Aug 28, 2024

As it stands, LDAP queries are limited to simple filters, since only one parameter can only be used the way formatting is done in auth.py.
This PR rewrites the two culprit lines to allow a user query such as CAS_LDAP_USER_QUERY="(&(objectclass=*)(|(uid=%(username)s)(mail=%(username)s)))" plus the default value and doc line.

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

Successfully merging this pull request may close these issues.

1 participant