Hi,
I've configured correctly my DNS to provide SRV records for my ldap servers.
If I use ldap:/// , it would correctly use the entry corresponding to _ldap._tcp to make the connection:
ldapsearch -H ldap:///dc%3Dexample%2Cdc%3Dcom -v ldap_initialize( ldap://ldap.example.com:389 )
But if I use ldaps it would try to use _ldap entry instead of _ldaps. Is there a way I can avoid this?