vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Performing LDAP queries via Oracle's JNDI interface, but using ldaptive under the hood #226

Closed defacto64 closed 1 year ago

defacto64 commented 1 year ago

Hi,

is it possible to perform LDAP queries using the normal Oracle's JNDI interface (i.e. via javax.naming.directory.DirContext) but with ldaptive as the real LDAP provider under the hood?

If so, would anyone kindly provide a working example?

TIA

dfish3r commented 1 year ago

Sorry, not possible.