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

ldap: choose a library and add tests to connect to an LDAP server #124307

Open
rafiss opened this issue May 16, 2024 · 0 comments
Open

ldap: choose a library and add tests to connect to an LDAP server #124307

rafiss opened this issue May 16, 2024 · 0 comments
Assignees
Labels
A-authentication Pertains to authn subsystems A-security C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cross-product-security

Comments

@rafiss
Copy link
Collaborator

rafiss commented May 16, 2024

Is your feature request related to a problem? Please describe.
As we start adding support for LDAP, we should start with some boilerplate tasks:

  • Pick out an ldap library to use. We already added a dependency on github.com/go-ldap/ldap/v3 recently, which might serve our needs.
  • Make sure the dependency is working.
  • Add basic testing to check that we are able to connect to an ldap server. This should probably go in a new package, like perhaps pkg/security/ldap.

Epic CRDB-37681

Jira issue: CRDB-38815

@rafiss rafiss added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-security T-cross-product-security A-authentication Pertains to authn subsystems labels May 16, 2024
@exalate-issue-sync exalate-issue-sync bot assigned souravcrl and unassigned souravcrl May 16, 2024
@rafiss rafiss changed the title ldap: ldap: choose a library and add tests to connect to an LDAP server May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-authentication Pertains to authn subsystems A-security C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cross-product-security
Projects
None yet
Development

No branches or pull requests

2 participants