]
RH Bugzilla Integration commented on TEIID-2764:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug
Kerberos/SPNEGO Module Dependency Missing
-----------------------------------------
Key: TEIID-2764
URL:
https://issues.jboss.org/browse/TEIID-2764
Project: Teiid
Issue Type: Bug
Affects Versions: 8.6
Environment: Windows2008R2
Reporter: Andy Yip
Assignee: Ramesh Reddy
Labels: dependencies, module
Fix For: 8.6
I encountered an issue where the LoginModule class was not found when trying to use the
Kerberos and the SPNEGO Login Module
A workaround was proposed to add the following to the to the org.jboss.teiid module.xml
dependency list.
<module name="sun.jdk"/> <!-- Kerberos -->
<module name="org.jboss.security.negotiation"/> <!-- SPNEGO -->