AMBARI-22583. Ambari should not force accounts created in IPA to be added a 
user named 'ambari-managed-principals' (rlevas)


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

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 814f5b456814ca278a02c06b5df3eba009c5caca
Parents: 9b1fde3
Author: Robert Levas <rle...@hortonworks.com>
Authored: Wed Dec 6 12:49:01 2017 -0500
Committer: Robert Levas <rle...@hortonworks.com>
Committed: Wed Dec 6 12:49:01 2017 -0500

----------------------------------------------------------------------
 .../KERBEROS/1.10.3-10/configuration/kerberos-env.xml            | 4 ++--
 .../KERBEROS/1.10.3-30/configuration/kerberos-env.xml            | 4 ++--
 .../PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/814f5b45/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 293bcf8..3b9339a 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
@@ -354,12 +354,12 @@
     <description>
       The group in IPA user principals should be member of
     </description>
-    <value>ambari-managed-principals</value>
+    <value/>
     <value-attributes>
       <empty-value-valid>true</empty-value-valid>
       <visible>false</visible>
     </value-attributes>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="false"/>
   </property>
   <property>
     <name>preconfigure_services</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/814f5b45/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/kerberos-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/kerberos-env.xml
 
b/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/kerberos-env.xml
index 293bcf8..3b9339a 100644
--- 
a/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/kerberos-env.xml
+++ 
b/ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/kerberos-env.xml
@@ -354,12 +354,12 @@
     <description>
       The group in IPA user principals should be member of
     </description>
-    <value>ambari-managed-principals</value>
+    <value/>
     <value-attributes>
       <empty-value-valid>true</empty-value-valid>
       <visible>false</visible>
     </value-attributes>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="false"/>
   </property>
   <property>
     <name>preconfigure_services</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/814f5b45/ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
 
b/ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
index a66a7a6..7250a15 100644
--- 
a/ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
@@ -353,11 +353,11 @@
     <description>
       The group in IPA user principals should be member of
     </description>
-    <value>ambari-managed-principals</value>
+    <value/>
     <value-attributes>
       <empty-value-valid>true</empty-value-valid>
       <visible>false</visible>
     </value-attributes>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="false"/>
   </property>
 </configuration>

Reply via email to