<?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 Re: How to Create Multiple Admin Accounts in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65039#M4967</link>
    <description>Why not script it all beforehand?&lt;BR /&gt;If you know the passwords for the users, you can get the hash for them and set the hashes non-interactively (e.g. set user user1 password-hash hash-value).&lt;BR /&gt;I believe such a script can be loaded as part of ISOmorphic, CDT, or other methods.</description>
    <pubDate>Wed, 16 Oct 2019 00:05:21 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2019-10-16T00:05:21Z</dc:date>
    <item>
      <title>How to Create Multiple Admin Accounts</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/64975#M4963</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how can I create multiple Admin-Acounts wit GAIA Clish.&amp;nbsp; To Create one account, I can write this commands in clish&lt;/P&gt;&lt;P&gt;add user [User] uid [number] homedir /home/user&lt;BR /&gt;set user [User] password&lt;BR /&gt;save config‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;P&gt;for out installation I don´t want &lt;SPAN class="t_text"&gt;set up all admin user manual on out checkpoint Appliances. We use GAIA R80.10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What can I do? API? User-File?&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 05:58:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/64975#M4963</guid>
      <dc:creator>HoogliBoogli</dc:creator>
      <dc:date>2019-10-15T05:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Admin Accounts</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65039#M4967</link>
      <description>Why not script it all beforehand?&lt;BR /&gt;If you know the passwords for the users, you can get the hash for them and set the hashes non-interactively (e.g. set user user1 password-hash hash-value).&lt;BR /&gt;I believe such a script can be loaded as part of ISOmorphic, CDT, or other methods.</description>
      <pubDate>Wed, 16 Oct 2019 00:05:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65039#M4967</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-10-16T00:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Admin Accounts</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65068#M4968</link>
      <description>&lt;P&gt;yes I can script it.&amp;nbsp; I will create all user over the WebUi and than I will export the file. I think, it is better than a individual script.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 08:42:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65068#M4968</guid>
      <dc:creator>HoogliBoogli</dc:creator>
      <dc:date>2019-10-16T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Admin Accounts</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65091#M4974</link>
      <description>If you have a spreadsheet with names, ID and PW hashes you can make your  own command set:&lt;BR /&gt;column 1 has Name, column B has ID and column C has PW-Hash&lt;BR /&gt;create this formula in D2 (the first data line) ="add user "&amp;amp;A2&amp;amp;" uid "&amp;amp;B2&amp;amp;" homedir /home/"&amp;amp;A2" &amp;lt;Alt&amp;gt; &amp;lt;Enter&amp;gt; set user "&amp;amp;A2&amp;amp;" password-hash "&amp;amp;C2&amp;amp;" &amp;lt;Alt&amp;gt; &amp;lt;Enter&amp;gt; add rba user "&amp;amp;A2&amp;amp;" roles adminRole&lt;BR /&gt;&lt;BR /&gt;Replace the &amp;lt;Alt&amp;gt;&amp;lt;Enter&amp;gt; with the key combination.&lt;BR /&gt;If needed you can change the adminRole to another or use another field to set the correct value.&lt;BR /&gt;Just make a copy of the column and paste it into a text editor, now you can copy and paste parts into a Putty session to the Gaia clish interface.</description>
      <pubDate>Wed, 16 Oct 2019 11:32:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65091#M4974</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-10-16T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Multiple Admin Accounts</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65096#M4975</link>
      <description>&lt;P&gt;Hi Maarten,&lt;/P&gt;&lt;P&gt;thanks for this example - I will try it, it seems simple.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 11:52:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-Create-Multiple-Admin-Accounts/m-p/65096#M4975</guid>
      <dc:creator>HoogliBoogli</dc:creator>
      <dc:date>2019-10-16T11:52:29Z</dc:date>
    </item>
  </channel>
</rss>

