[
https://issues.jboss.org/browse/ELY-283?page=com.atlassian.jira.plugin.sy...
]
Jan Kalina edited comment on ELY-283 at 12/13/17 2:50 PM:
----------------------------------------------------------
Currently it look gssproxy is providing credential correctly (with no error - major=0,
minor=0 - by debug of gssproxy), but into java GSSContext arrive GSS_S_FAILURE - looks
like raised somewhere on the way between gssproxy and JDK - have to investigate deeper...
{code}
[GSSLibStub_acquireCred]
[GSSLibStub_acquireCred] pName=140518513672464, usage=2
[GSSLibStub_acquireCred] pCred=0
[GSSLibStub_acquireCred] Status major/minor = d0000/-1696122173
c/r/s = 0/13/0
{code}
{code}
major = d0000 = 0 / 13 / 0
Calling Error = 0
Routine Error = 13 = GSS_S_FAILURE = Miscellaneous failure (see text)
Supplementary Status Bits = 0
minor = -1696122173 (signed dec) = 2598845123 (unsigned dec) = 9AE73AC3 (hex)
{code}
*Update:* the error above occure when ccache does not exists - to resolve, run *kinit* and
sign in as any unrelated user - even from unrelated kerberos realm - when the ccache
exists, *remote/localhost(a)JBOSS.ORG* credential is obtained correctly too. (After kdestroy
the error above will return.)
was (Author: honza889):
Currently it look gssproxy is providing credential correctly (with no error - major=0,
minor=0 - by debug of gssproxy), but into java GSSContext arrive GSS_S_FAILURE - looks
like raised somewhere on the way between gssproxy and JDK - have to investigate deeper...
{code}
[GSSLibStub_acquireCred]
[GSSLibStub_acquireCred] pName=140518513672464, usage=2
[GSSLibStub_acquireCred] pCred=0
[GSSLibStub_acquireCred] Status major/minor = d0000/-1696122173
c/r/s = 0/13/0
{code}
{code}
major = d0000 = 0 / 13 / 0
Calling Error = 0
Routine Error = 13 = GSS_S_FAILURE = Miscellaneous failure (see text)
Supplementary Status Bits = 0
minor = -1696122173 (signed dec) = 2598845123 (unsigned dec) = 9AE73AC3 (hex)
{code}
Investigate Elytron and gssproxy interoperability
-------------------------------------------------
Key: ELY-283
URL:
https://issues.jboss.org/browse/ELY-283
Project: WildFly Elytron
Issue Type: Task
Components: SASL
Reporter: Peter Skopek
Assignee: Jan Kalina
Fix For: 2.0.0.Alpha1
Investigate Elytron and gssproxy interoperability.
https://fedorahosted.org/gss-proxy/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)