]
Jan Pazdziora commented on ELY-85:
----------------------------------
The goal is not to be limited to GSS-Proxy. It's much more about being able to use
native OS libraries, something that
<property name="sun.security.jgss.native"
value="true"/>
<property name="sun.security.jgss.lib"
value="/usr/lib64/libgssapi_krb5.so.2"/>
promises to do but apparently does not:
Support GSS-Proxy
-----------------
Key: ELY-85
URL:
https://issues.jboss.org/browse/ELY-85
Project: WildFly Elytron
Issue Type: Feature Request
Components: SASL
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Beta1
GSS Proxy is something we should consider being able to support when running on an OS
that supports it: -
https://fedorahosted.org/gss-proxy/
The big first step will be to identify what is required to achieve this, is this
something that can be solved with a custom login module or does this also impact on the
Java supplied GSSAPI implementation.