<?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>topic Automate Administrators creation on R80.10 SMS in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20621#M93114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find a way to automate Administrators creation with RADIUS authentication on several Security Sanagement Servers. I don't want the RADIUS administrator to connect on each Security Management Server to creates the Administrators (he is not allowed to do that). I have tried to use the API but unfortunately I got the following message telling me it's not supported :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[sms]# mgmt_cli --port &amp;lt;PORT&amp;gt; -u &amp;lt;USER&amp;gt; -p &amp;lt;PASSWORD&amp;gt; add administrator name "&amp;lt;NAME&amp;gt;" authentication-method "radius" radius-server "&amp;lt;RADIUS_SERVER&amp;gt;"&lt;BR /&gt;code: "err_inappropriate_domain_type"&lt;BR /&gt;message: "This command can work only on domains of type MDS. Cannot execute it in the current domain (current domain type is Domain)."&lt;/P&gt;&lt;P&gt;Executed command failed. Changes are discarded.&lt;BR /&gt;[sms]#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea/trick that I could use to achieve what I want to do?&lt;/P&gt;&lt;P&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2018 06:34:40 GMT</pubDate>
    <dc:creator>Juan_Carlos</dc:creator>
    <dc:date>2018-08-21T06:34:40Z</dc:date>
    <item>
      <title>Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20621#M93114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find a way to automate Administrators creation with RADIUS authentication on several Security Sanagement Servers. I don't want the RADIUS administrator to connect on each Security Management Server to creates the Administrators (he is not allowed to do that). I have tried to use the API but unfortunately I got the following message telling me it's not supported :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[sms]# mgmt_cli --port &amp;lt;PORT&amp;gt; -u &amp;lt;USER&amp;gt; -p &amp;lt;PASSWORD&amp;gt; add administrator name "&amp;lt;NAME&amp;gt;" authentication-method "radius" radius-server "&amp;lt;RADIUS_SERVER&amp;gt;"&lt;BR /&gt;code: "err_inappropriate_domain_type"&lt;BR /&gt;message: "This command can work only on domains of type MDS. Cannot execute it in the current domain (current domain type is Domain)."&lt;/P&gt;&lt;P&gt;Executed command failed. Changes are discarded.&lt;BR /&gt;[sms]#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea/trick that I could use to achieve what I want to do?&lt;/P&gt;&lt;P&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 06:34:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20621#M93114</guid>
      <dc:creator>Juan_Carlos</dc:creator>
      <dc:date>2018-08-21T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20622#M93115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the command say this syntax should be used for multi domain env , if you have a smart center you probably need to fix the syntax of this command seems that a permission profile is missing too&lt;/P&gt;&lt;P&gt;Those are example from the api reference&lt;/P&gt;&lt;H4&gt;&lt;/H4&gt;&lt;H4&gt;add-administrator&lt;/H4&gt;&lt;DIV&gt;&lt;DIV class="" style="height: auto;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;Command&lt;/P&gt;&lt;PRE class=""&gt;&lt;SPAN&gt;add administrator name "admin" password "secret" must-change-password false email "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@gmail.com"&gt;admin@gmail.com&lt;/A&gt;&lt;SPAN&gt;" phone-number "1800-800-800" authentication-method "INTERNAL_PASSWORD" permissions-profile "read write all" --format json&amp;nbsp; • "--format json" is optional. By default the output is presented in plain text.&amp;nbsp; • This command is available using the SmartConsole CLI only on a Multi Domain environment and when logged into the MDS domain.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H4&gt;add-administrator (domain super user) in MDM&lt;/H4&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="" style="height: auto;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;Command&lt;/P&gt;&lt;PRE class=""&gt;&lt;SPAN&gt;add administrator name "super_admin" password "aaaa" must-change-password false email "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@gmail.com"&gt;admin@gmail.com&lt;/A&gt;&lt;SPAN&gt;" phone-number "1800-800-800" authentication-method "INTERNAL_PASSWORD" multi-domain-profile "domain super user" --format json&amp;nbsp; • "--format json" is optional. By default the output is presented in plain text.&amp;nbsp; • This command is available using the SmartConsole CLI only on a Multi Domain environment and when logged into the MDS domain.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H4&gt;&lt;/H4&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:10:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20622#M93115</guid>
      <dc:creator>Marco_Valenti</dc:creator>
      <dc:date>2018-08-21T07:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20623#M93116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;I'm not sure I understand what you mean. Even if specifying a permission profile, the examples from the API reference guide says that this "is available using the SmartConsole CLI only on a Multi Domain environment". So it won't work on a SMS&lt;/P&gt;&lt;P&gt;Did I miss something?&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:43:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20623#M93116</guid>
      <dc:creator>Juan_Carlos</dc:creator>
      <dc:date>2018-08-21T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20624#M93117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed I have missed that part too early morning here &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/grin.png" /&gt;&amp;nbsp; so seems that is not supported&amp;nbsp; on a sms sorry for that &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:05:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20624#M93117</guid>
      <dc:creator>Marco_Valenti</dc:creator>
      <dc:date>2018-08-21T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20625#M93118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 11:47:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20625#M93118</guid>
      <dc:creator>Juan_Carlos</dc:creator>
      <dc:date>2018-08-21T11:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20626#M93119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="color: #1f497d; font-size: 16.866666793823242px;"&gt;domain "System Data"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 16.866666793823242px;"&gt;To your command.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 23:15:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20626#M93119</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-08-21T23:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20627#M93120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dameon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working, thanks for your help&amp;nbsp;&lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 07:46:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20627#M93120</guid>
      <dc:creator>Juan_Carlos</dc:creator>
      <dc:date>2018-08-22T07:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20628#M93121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a true jedi master advice &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 07:53:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/20628#M93121</guid>
      <dc:creator>Marco_Valenti</dc:creator>
      <dc:date>2018-08-22T07:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/47261#M93122</link>
      <description>&lt;PRE class="code"&gt;--domain 'System Data'&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 Mar 2019 13:49:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/47261#M93122</guid>
      <dc:creator>weaamna</dc:creator>
      <dc:date>2019-03-17T13:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/56695#M93123</link>
      <description>&lt;P&gt;For me domain "System Data" does not help. I have tested it in R80.10 and R80.20. The API also do not show me any domains:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;gt; show administrators domain "System Data"

code: "err_inappropriate_domain_type"
message: "This command can work only on domains of type MDS. Cannot execute it in the current domain (current domain type is Domain)."


&amp;gt; show administrators --domain "System Data"

code: "err_inappropriate_domain_type"
message: "This command can work only on domains of type MDS. Cannot execute it in the current domain (current domain type is Domain)."


&amp;gt; show domains

objects: []
total: 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 08:57:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/56695#M93123</guid>
      <dc:creator>Václav_Brožík</dc:creator>
      <dc:date>2019-06-26T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Administrators creation on R80.10 SMS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/68861#M93124</link>
      <description>&lt;P&gt;I am guessing the SmartConsole CLI is logged in to a specific domain - and does not let you specify the domain. This is a real pain if you're using a Check Point cloud SmartCenter (e.g. Endpoint Security cloud) as I don't think you can get OS CLI access (they wouldn't want you to...).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 02:06:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Automate-Administrators-creation-on-R80-10-SMS/m-p/68861#M93124</guid>
      <dc:creator>Paul_Hagyard</dc:creator>
      <dc:date>2019-11-29T02:06:24Z</dc:date>
    </item>
  </channel>
</rss>

