Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 3097e0525 -> 1b645c048


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

Branch: refs/heads/branch-2.4
Commit: 1b645c048694329916bcc65bb76eb50c59c7dfa7
Parents: 3097e05
Author: Robert Levas <[email protected]>
Authored: Wed Jun 29 14:48:51 2016 -0400
Committer: Robert Levas <[email protected]>
Committed: Wed Jun 29 14:48:51 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/1b645c04/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>

Reply via email to