<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How do I enable the experimental FreeIPA support via the Ambari REST API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215611#M69202</link>
    <description>&lt;P&gt;Thank you Jay. This worked.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 09:24:04 GMT</pubDate>
    <dc:creator>nlam</dc:creator>
    <dc:date>2017-10-10T09:24:04Z</dc:date>
    <item>
      <title>How do I enable the experimental FreeIPA support via the Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215609#M69200</link>
      <description>&lt;P&gt;I'd like to automate a cluster build using FreeIPA as the identity/authentication infrastructure and I'm looking for a way to set the enableIpa flag in Ambari's &lt;A href="https://community.hortonworks.com/content/kbentry/11396/ambari-experimental-functionality.html"&gt;experimental feature set&lt;/A&gt; via the REST API. Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 10:01:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215609#M69200</guid>
      <dc:creator>nlam</dc:creator>
      <dc:date>2017-10-09T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable the experimental FreeIPA support via the Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215610#M69201</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10607/nlam.html" nodeid="10607"&gt;@Nik Lam&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can try using the following API call to set "&lt;STRONG&gt;enableIpa&lt;/STRONG&gt;" to "&lt;STRONG&gt;true&lt;/STRONG&gt;"&lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H 'X-Requested-By: ambari' -X POST -d '{"user-pref-admin-supports":"{\"disableHostCheckOnAddHostWizard\":false,\"preUpgradeCheck\":true,\"displayOlderVersions\":false,\"autoRollbackHA\":false,\"alwaysEnableManagedMySQLForHive\":false,\"preKerberizeCheck\":false,\"customizeAgentUserAccount\":false,\"installGanglia\":false,\"opsDuringRollingUpgrade\":false,\"customizedWidgetLayout\":false,\"showPageLoadTime\":false,\"skipComponentStartAfterInstall\":false,\"preInstallChecks\":false,\"serviceAutoStart\":true,\"logSearch\":true,\"redhatSatellite\":false,\"enableIpa\":true,\"addingNewRepository\":false,\"kerberosStackAdvisor\":true,\"logCountVizualization\":false,\"enabledWizardForHostOrderedUpgrade\":true,\"manageJournalNode\":true}"}'   &lt;A href="http://amb25101.example.com:8080/api/v1/persist" target="_blank"&gt;http://amb25101.example.com:8080/api/v1/persist&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Please replace the "amb25101.example.com" with your Ambari Server Host.&lt;/P&gt;&lt;P&gt;If everything is OK then , the output of the Above Curl HTTP Response should be 202 as following:&lt;/P&gt;&lt;PRE&gt;HTTP/1.1 202 Accepted
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Cache-Control: no-store
Pragma: no-cache
Set-Cookie: AMBARISESSIONID=1o05iiupqulu6o52uwtl9cmhz;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
User: admin
Content-Type: text/plain
Content-Length: 0&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 11:12:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215610#M69201</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-09T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable the experimental FreeIPA support via the Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215611#M69202</link>
      <description>&lt;P&gt;Thank you Jay. This worked.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:24:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215611#M69202</guid>
      <dc:creator>nlam</dc:creator>
      <dc:date>2017-10-10T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable the experimental FreeIPA support via the Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215612#M69203</link>
      <description>&lt;P&gt;hi &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I Could not see option for FreeIPA even after executing above command successfully.&lt;/P&gt;&lt;P&gt; I am Running Sanbox 2.6&lt;/P&gt;&lt;P&gt;,=====================&lt;/P&gt;&lt;P&gt;[root@sandbox-host ~]# curl -u raj_ops:raj_ops -i -H 'X-Requested-By: ambari' -X POST -d '{"user-pref-admin-supports":"{\"disableHostCheckOnAddHostWizard\":false,\"preUpgradeCheck\":true,\"displayOlderVersions\":false,\"autoRollbackHA\":false,\"alwaysEnableManagedMySQLForHive\":false,\"preKerberizeCheck\":false,\"customizeAgentUserAccount\":false,\"installGanglia\":false,\"opsDuringRollingUpgrade\":false,\"customizedWidgetLayout\":false,\"showPageLoadTime\":false,\"skipComponentStartAfterInstall\":false,\"preInstallChecks\":false,\"serviceAutoStart\":true,\"logSearch\":true,\"redhatSatellite\":false,\"enableIpa\":true,\"addingNewRepository\":false,\"kerberosStackAdvisor\":true,\"logCountVizualization\":false,\"enabledWizardForHostOrderedUpgrade\":true,\"manageJournalNode\":true}"}'   &lt;A href="http://192.168.1.13:8080/api/v1/persist" target="_blank"&gt;http://192.168.1.13:8080/api/v1/persist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
HTTP/1.1 202 Accepted &lt;/P&gt;&lt;P&gt;X-Frame-Options: DENY &lt;/P&gt;&lt;P&gt;X-XSS-Protection: 1; mode=block &lt;/P&gt;&lt;P&gt;X-Content-Type-Options: nosniff &lt;/P&gt;&lt;P&gt;Cache-Control: no-store &lt;/P&gt;&lt;P&gt;Pragma: no-cache &lt;/P&gt;&lt;P&gt;Set-Cookie: AMBARISESSIONID=19wiow0d4gtiqzmk5vz5n5nx;Path=/;HttpOnly &lt;/P&gt;&lt;P&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/P&gt;&lt;P&gt;
User: raj_ops &lt;/P&gt;&lt;P&gt;Content-Type: text/plain &lt;/P&gt;&lt;P&gt;Content-Length: 0&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;What is missing ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:42:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215612#M69203</guid>
      <dc:creator>johnfolia</dc:creator>
      <dc:date>2017-11-07T08:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable the experimental FreeIPA support via the Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215613#M69204</link>
      <description>&lt;P&gt;you are not missing anything, the option is not visible in the UI, because the call was not done by the wizard, and the wizard did not refresh its status. If you wait or restart the UI you should see the option listed- at least i did. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 05:46:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-enable-the-experimental-FreeIPA-support-via-the/m-p/215613#M69204</guid>
      <dc:creator>enuriel</dc:creator>
      <dc:date>2018-07-11T05:46:47Z</dc:date>
    </item>
  </channel>
</rss>

