What steps will reproduce the problem?
1. Have an LDAP server that requires clients to send StartTLS after opening plain text
connection (and not use a SSL connection)
2. Authenticate against such an LDAP server
3. Connection fails, because there's no way to tell GitBlit to send the StartTLS
LdapUserService should call StartTLSExtendedRequest, in case a ldap+tls:// URL is configured,
see https://www.unboundid.com/products/ldapsdk/docs/javadoc/com/unboundid/ldap/sdk/extensions/StartTLSExtendedRequest.html
Reported by steffen@steffen-gebert.de on 2012-08-09 08:51:06
The text was updated successfully, but these errors were encountered:
Thanks for the documentation link. I assume you require this behavior for your LDAP
server. I can add in support for this, if you can build from source and test it for
me.
Originally reported on Google Code with ID 122
Reported by
steffen@steffen-gebert.de
on 2012-08-09 08:51:06The text was updated successfully, but these errors were encountered: