From 72f18a4702fb7e7308bf32f47c37a4e51659ad3c Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 13:38:40 +0200 Subject: [PATCH] Update topics/authentication/kerberos.adoc --- topics/authentication/kerberos.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 topics/authentication/kerberos.adoc diff --git a/topics/authentication/kerberos.adoc b/topics/authentication/kerberos.adoc old mode 100755 new mode 100644 index 30b6997075..b92e8e0794 --- a/topics/authentication/kerberos.adoc +++ b/topics/authentication/kerberos.adoc @@ -193,5 +193,5 @@ WARNING: Credential delegation has some security implications so only use it if If you have issues, we recommend that you enable additional logging to debug the problem: * Enable `Debug` flag in admin console for Kerberos or LDAP federation providers -* Enable TRACE logging for category `org.keycloak` in logging section of `$WILDFLY_HOME/standalone/configuration/standalone.xml` to receive more info `$WILDFLY_HOME/standalone/log/server.log` +* Enable TRACE logging for category `org.keycloak` in logging section of `standalone/configuration/standalone.xml` to receive more info `standalone/log/server.log` * Add system properties `-Dsun.security.krb5.debug=true` and `-Dsun.security.spnego.debug=true`