oracle-r2dbc icon indicating copy to clipboard operation
oracle-r2dbc copied to clipboard

LDAP Support

Open Michael-A-McMahon opened this issue 2 years ago • 0 comments

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.

Michael-A-McMahon avatar Oct 05 '22 02:10 Michael-A-McMahon