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

Land initial LDAP support #768

Merged
merged 11 commits into from
Aug 11, 2024
Merged

Conversation

mostynb
Copy link
Collaborator

@mostynb mostynb commented Aug 11, 2024

This is a rebased version of #740 with some modifications.

Note that LDAP support is currently considered experimental, and the corresponding configuration arguments might still change.

JonasScharpf and others added 4 commits August 11, 2024 16:00
Don't forget to run `bazel run //:gazelle-update-repos` after updating
go.mod.
Without this, I am unable to connect.
@mostynb mostynb force-pushed the feature/support-ldap-rebased branch from a81ca45 to 7ab2cf0 Compare August 11, 2024 14:07
auth.AuthenticatorInterface is deprecated, which causes golangci-lint
failures. We can just define an identical interface though.
Instead, users can specify an explicit groups filter query, eg:
(|(memberOf=CN=bazel-users,OU=Groups,OU=My Users,DC=example,DC=com)(memberOf=CN=other-users,OU=Groups2,OU=Alien Users,DC=foo,DC=org))
@mostynb mostynb force-pushed the feature/support-ldap-rebased branch from 7ab2cf0 to 6ae3256 Compare August 11, 2024 14:18
@mostynb mostynb merged commit 6ae3256 into buchgr:master Aug 11, 2024
3 checks passed
@mostynb mostynb deleted the feature/support-ldap-rebased branch August 11, 2024 14:24
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.

2 participants