You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/04/27 19:16:16 UTC

[09/14] ambari git commit: AMBARI-20849 Set the default value for sun.security.krb5.debug to false

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/dd572397
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dd572397
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dd572397

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: dd572397c1cb87bb03816bb654ff8b8cc48a9cef
Parents: e2f7301
Author: lpuskas <lp...@apache.org>
Authored: Wed Apr 26 14:27:56 2017 +0200
Committer: lpuskas <lp...@apache.org>
Committed: Thu Apr 27 15:34:24 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/dd572397/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>