You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2016/06/29 18:47:18 UTC

ambari git commit: AMBARI-17320. AmbariServer looks for ldap_url, container_dn in blueprint even for MIT security type (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk b39ba60a5 -> e71b06383


AMBARI-17320. AmbariServer looks for ldap_url, container_dn in blueprint even for MIT security type (rlevas)


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

Branch: refs/heads/trunk
Commit: e71b06383773993352b1222f2ec61af4e2dec987
Parents: b39ba60
Author: Robert Levas <rl...@hortonworks.com>
Authored: Wed Jun 29 14:47:03 2016 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Wed Jun 29 14:47:09 2016 -0400

----------------------------------------------------------------------
 .../KERBEROS/1.10.3-10/configuration/kerberos-env.xml     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e71b0638/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml b/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml
index 98d2ada..29c46e9 100644
--- a/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml
+++ b/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml
@@ -77,7 +77,7 @@
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
-  <property require-input="true">
+  <property>
     <name>ldap_url</name>
     <display-name>LDAP url</display-name>
     <description>
@@ -91,7 +91,7 @@
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
-  <property require-input="true">
+  <property>
     <name>container_dn</name>
     <display-name>Container DN</display-name>
     <description>
@@ -104,7 +104,7 @@
     <value/>
     <on-ambari-upgrade add="true"/>
   </property>
-  <property require-input="true">
+  <property>
     <name>encryption_types</name>
     <display-name>Encryption Types</display-name>
     <description>
@@ -131,7 +131,7 @@
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
-  <property require-input="true">
+  <property>
     <name>kdc_hosts</name>
     <description>
       A comma-delimited list of IP addresses or FQDNs declaring the KDC hosts.
@@ -145,7 +145,7 @@
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
-  <property require-input="true">
+  <property>
     <name>admin_server_host</name>
     <display-name>Kadmin host</display-name>
     <description>