oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
197 stars 40 forks source link

LDAP Support #99

Closed Michael-A-McMahon closed 1 year ago

Michael-A-McMahon commented 2 years ago

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.