You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/07/05 10:17:11 UTC

[jira] [Assigned] (KARAF-4607) ldap connection pool not created when using ssl (ldaps)

     [ https://issues.apache.org/jira/browse/KARAF-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-4607:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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: Jean-Baptiste Onofré
>
> 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)