[
https://issues.jboss.org/browse/SECURITY-772?page=com.atlassian.jira.plug...
]
RH Bugzilla Integration commented on SECURITY-772:
--------------------------------------------------
mark yarborough <myarboro(a)redhat.com> changed the Status of [bug
1039955|https://bugzilla.redhat.com/show_bug.cgi?id=1039955] from VERIFIED to CLOSED
SPNEGOLoginModule does not always respect removeRealmFromPrincipal
------------------------------------------------------------------
Key: SECURITY-772
URL:
https://issues.jboss.org/browse/SECURITY-772
Project: PicketBox
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Negotiation
Affects Versions: Negotiation_2_2_6
Reporter: Tom Fonteyne
Assignee: Tom Fonteyne
Priority: Minor
Fix For: Negotiation_2_2_7
org.jboss.security.negotiation.spnego.SPNEGOLoginModule
private class AcceptSecContext:
if (gssContext.isEstablished())
{
log.warn("Authentication was performed despite already being
authenticated!");
// TODO - Refactor to only do this once.
setIdentity(new KerberosPrincipal(gssContext.getSrcName().toString()));
The last line should obey the "removeRealmFromPrincipal" flag similarly as a
bit further down:
setIdentity(createIdentity(gssContext.getSrcName().toString()));
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)