Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 5dc3ba08b -> 064aef720


AMBARI-20849 Set the default value for sun.security.krb5.debug to false


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/064aef72
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/064aef72
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/064aef72

Branch: refs/heads/branch-2.5
Commit: 064aef7202962b5ea9bb9bf57c2891dfb0595c37
Parents: 5dc3ba0
Author: lpuskas <lpus...@apache.org>
Authored: Wed Apr 26 14:27:56 2017 +0200
Committer: lpuskas <lpus...@apache.org>
Committed: Thu Apr 27 15:19:10 2017 +0200

----------------------------------------------------------------------
 .../common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/064aef72/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml
 
b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml
index ad599e0..51036a0 100644
--- 
a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-site.xml
@@ -58,7 +58,7 @@ limitations under the License.
   </property>
   <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>
     <on-ambari-upgrade add="true"/>
   </property>

Reply via email to