[
https://issues.jboss.org/browse/ELY-283?page=com.atlassian.jira.plugin.sy...
]
Jan Kalina edited comment on ELY-283 at 12/3/17 2:20 PM:
---------------------------------------------------------
Few notes:
* property *sun.security.jgss.native* needs to be set using JAVA_OPTS="-D ..."
before standalone.sh (setting in standalone.xml is applied to late and is ignored by JVM)
* to debug SunNativeProvider add property: *sun.security.nativegss.debug=true*
* To start: {code}GSSPROXY_BEHAVIOR=REMOTE_FIRST GSS_USE_PROXY=1
JAVA_OPTS="-Djavax.security.auth.useSubjectCredsOnly=false
-Dsun.security.jgss.lib=/usr/lib64/libgssapi_krb5.so.2.2 -Dsun.security.jgss.native=true
-Dsun.security.nativegss.debug=true -Dsun.security.krb5.debug=true
-Dsun.security.jgss.debug=true" bin/standalone.sh{code}
was (Author: honza889):
Few notes:
* property *sun.security.jgss.native* needs to be set using JAVA_OPTS="-D ..."
before standalone.sh (setting in standalone.xml is applied to late and is ignored by JVM)
* to debug SunNativeProvider add property: *sun.security.nativegss.debug=true*
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)