Skip to content

ITS#9835 Always dereference LDAP aliases.

Fredrik Roubert requested to merge roubert/jdbcldap:its9835 into master

No software connecting to an LDAP database through JDBC can be expected to know anything at all about LDAP, so no such software can be expected to be able to do anything useful with an LDAP alias entry. LDAP aliases must therefore always be dereferenced in the JDBC driver.

Merge request reports