[ https://issues.apache.org/jira/browse/KARAF-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré reassigned KARAF-2237:
-------------------------------------------
Assignee: Jean-Baptiste Onofré
> LDAP login module cannot look up keystore and/or truststore
> -----------------------------------------------------------
>
> Key: KARAF-2237
> URL: https://issues.apache.org/jira/browse/KARAF-2237
> Project: Karaf
> Issue Type: Bug
> Components: karaf-core
> Affects Versions: 2.3.0
> Environment: OpenJDK 7, RHEL 6.4, Karaf build 2.3.0.fuse-71-047
> Reporter: David Arnold
> Assignee: Jean-Baptiste Onofré
>
> LDAPLoginModule.setupSsl calls, via a service reference, OsgiKeystoreManager.createSSLContext
- with no timeout. That's overloaded to call OsgiKeystoreManager.createSSLContext with a
timeout of 0. The for loop in OsgiKeystoreManager.checkForKeystoresAvailability therefore
never executes, and perfectly valid keystores and truststores will never be found.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|