Repository: knox Updated Branches: refs/heads/master c8635c55a -> 0df17cf27
KNOX-1359 - Disable Kerberos debugging by default Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/0df17cf2 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/0df17cf2 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/0df17cf2 Branch: refs/heads/master Commit: 0df17cf27d6af447612b42c267d3f6519c375920 Parents: c8635c5 Author: Kevin Risden <[email protected]> Authored: Sun Sep 23 20:40:46 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Thu Sep 27 15:36:39 2018 -0400 ---------------------------------------------------------------------- gateway-release/home/conf/gateway-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/0df17cf2/gateway-release/home/conf/gateway-site.xml ---------------------------------------------------------------------- diff --git a/gateway-release/home/conf/gateway-site.xml b/gateway-release/home/conf/gateway-site.xml index fe3f52d..535b9d4 100644 --- a/gateway-release/home/conf/gateway-site.xml +++ b/gateway-release/home/conf/gateway-site.xml @@ -56,7 +56,7 @@ limitations under the License. <property> <name>sun.security.krb5.debug</name> - <value>true</value> + <value>false</value> <description>Boolean flag indicating whether to enable debug messages for krb5 authentication</description> </property>
