[
https://issues.apache.org/jira/browse/KARAF-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved KARAF-4607.
------------------------------------
Resolution: Fixed
> ldap connection pool not created when using ssl (ldaps)
> -------------------------------------------------------
>
> Key: KARAF-4607
> URL: https://issues.apache.org/jira/browse/KARAF-4607
> Project: Karaf
> Issue Type: Bug
> Components: karaf-jndi
> Affects Versions: 2.4.4, 4.0.5, 3.0.7
> Reporter: Grzegorz Grzybek
> Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.6, 3.0.8, 2.4.5
>
>
> When {{org.apache.karaf.jaas.modules.ldap.LDAPLoginModule}} is used with
> {{ldaps://}} protocol and default (Sun) JNDI provider is used, LDAP
> connection pool is not used.
> The problem is that {{com.sun.jndi.ldap.LdapPoolManager#isPoolingAllowed()}}
> does several checks when custom {{java.naming.ldap.factory.socket}} (which is
> the case with Karaf). Such factory has to implement {{java.util.Comparator}}
> interface, but actually String objects
> ({{com.sun.jndi.ldap.ClientId#socketFactory()}}) are passed to {{compare()}}
> method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)