Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.2
-
None
Description
The LdapConnectionConfig class contains two flags useSsl and useTls. If useSsl is true the SslFilter added to the filter chain during connect() and the secure layer is automatically established. If useTls is true that's not the case, the SslFilter is only added when calling startTls() explicitly or if a simple or anonymous bind is performed, but for example not if a SASL bind is performed.
Attachments
Issue Links
- is related to
-
DIRSTUDIO-1219 Directory Studio doesn't StartTLS before authenticating
- Closed