]
Tristan Tarrant commented on ISPN-7688:
---------------------------------------
This is caused by a number of issues:
- the IBM kerberos login module accepting different configuration options compared to the
Oracle one
- the IBM kerberos implementation sometimes failing to login on the first attempt (but
always succeeding on the second)
- the vault keystore being generated using the Oracle JDK and not being readable from the
IBM JDK
Various security tests fails with IBM JDK
-----------------------------------------
Key: ISPN-7688
URL:
https://issues.jboss.org/browse/ISPN-7688
Project: Infinispan
Issue Type: Bug
Components: Security, Test Suite - Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
See e.g. various failures in SSL test, krb, ldap, jgroups security etc.
Tests that fail:
* org.infinispan.server.test.client.hotrod.security.HotRodKrbAuthIT
* org.infinispan.server.test.client.hotrod.security.HotRodKrbAuthLdapAuthzIT
* org.infinispan.server.test.client.hotrod.security.HotRodPlainAuthLdapOverSslIT
* org.infinispan.server.test.client.hotrod.security.HotRodSslEncryptionIT
* org.infinispan.server.test.client.hotrod.security.HotRodSslWithSniEncryptionIT
* org.infinispan.server.test.security.cache.ClusteredCacheAuthExteranlIT
* org.infinispan.server.test.security.rest.RESTCertSecurityIT