Howard Chu pushed to branch master at openldap / JDBC LDAP
Commits:
9b14688d by Fredrik Roubert at 2022-05-02T13:39:26+00:00
ITS#9836 Add the startTLS connection property.
Using TLS is becoming increasingly more common and the LDAP library has
support for this since a long time already, the JDBC connection string
just needs to support a new property to allow this to be configured.
- - - - -
1 changed file:
- src/com/octetstring/jdbcLdap/jndi/JndiLdapConnection.java
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/9b14688d402bd65c604971a…
--
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/9b14688d402bd65c604971a…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / JDBC LDAP
Commits:
a65afce1 by Fredrik Roubert at 2022-05-02T13:38:56+00:00
ITS#9835 Always dereference LDAP aliases.
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.
- - - - -
1 changed file:
- src/com/octetstring/jdbcLdap/jndi/JndiLdapConnection.java
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/a65afce19cd404a2fdb9fa1…
--
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/a65afce19cd404a2fdb9fa1…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / JDBC LDAP
Commits:
245495e9 by Fredrik Roubert at 2022-05-01T15:12:42+02:00
ITS#3872 Always decode valid UTF-8 data, never Base64 encode it.
This must have been the original intent behind this code, that Base64
encoding should be used for data that isn't plain Unicode text and it
should have been calling isValidUTF8() to check for this all along.
- - - - -
1 changed file:
- src/com/octetstring/jdbcLdap/jndi/UnpackResults.java
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/245495e9303bf1d60afce57…
--
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/245495e9303bf1d60afce57…
You're receiving this email because of your account on git.openldap.org.