Skip to content

LDAP Support #99

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

Merged
merged 7 commits into from
Oct 17, 2022
Merged

LDAP Support #99

merged 7 commits into from
Oct 17, 2022

Conversation

Michael-A-McMahon
Copy link
Member

@Michael-A-McMahon Michael-A-McMahon commented Oct 5, 2022

This branch adds support for retrieving Oracle Net Descriptors from an LDAP server. Oracle R2DBC will now accept "ldap" as a protocol in the r2dbc:oracle: URI scheme.

LDAP functionality added here is just a pass through to Oracle JDBC's support for LDAP. Oracle R2DBC converts the r2dbc:oracle URI is converted into the corresponding jdbc:oracle URI for LDAP.

New Options are added to configure Oracle JDBC's connection properties for LDAP behavior.

Thanks to @raenjamio and @umangsingh123 for helpful discussions that lead us to this new feature.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 5, 2022
@jeandelavarene jeandelavarene merged commit 4b68ec7 into main Oct 17, 2022
@Michael-A-McMahon Michael-A-McMahon linked an issue Nov 10, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LDAP URI it does not work
2 participants