You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (Jira)" <ji...@apache.org> on 2021/06/19 14:29:00 UTC

[jira] [Created] (DIRAPI-374) Consistify LdapConnectionConfig useTls and useSsl flags

Stefan Seelmann created DIRAPI-374:
--------------------------------------

             Summary: Consistify LdapConnectionConfig useTls and useSsl flags
                 Key: DIRAPI-374
                 URL: https://issues.apache.org/jira/browse/DIRAPI-374
             Project: Directory Client API
          Issue Type: Improvement
    Affects Versions: 2.0.2
            Reporter: Stefan Seelmann
            Assignee: Stefan Seelmann
             Fix For: 2.0.3


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org