Oracle database dbms_ldap with TLS (LDAP over TLS aka starttls) on 389

119 Views Asked by At

I am using Oracle 19 default dbms_ldap package to connect to Microsoft Active directory. I am trying to implement LDAP channel binding requirements as per advisory explained here

I got it working with SSL on port 636 (LDAP over SSL), however our CyberSecurity requires us to implement LDAP over TLS on port 389.

LDAP over TLS is defined in RFC2830, Microsoft documentation on it

Is LDAP over TLS (starttls) on port 389 supported in Oracle DBMS_LDAP package? any documents or advise around it would be great.

0

There are 0 best solutions below