Hello,
I'm working with SQL*Developer (VersionĀ 18.4.0.376) and I want to define an LDAP type connection to an openLDAP directory but it doesn't work.
In the LDAP Server field, I enter hostname.domain:386:636 but when I want to get the list of contexts, it's empty with an error message "Required property 'hostname' cannot be null or empty".
If I run an ldapsearch command from my PC to this server, it's OK.
If I define an LDAP connection to an OID server, it works fine too.
I precise I included OID schema files (oidbase.schema, oidnet.schema, oidrdbms.schema and alias.schema in my openLDAP directory and transferred successfully tnsnames information in this directory.
Is there an incompatibility between SQL*Developer and openLDAP directory or something missing in my configuration?
Thank's
Daniel