<?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: User Object Export in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122579#M5954</link>
    <description>&lt;P&gt;Sadly, I dont believe you can fo that, but maybe someone else can confirm. There might be a way to do it from API, but not sure.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 09:27:37 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2021-06-30T09:27:37Z</dc:date>
    <item>
      <title>User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122556#M5953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is it possible to export from the local user database from one management server and import it to another management server on R80.40&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 05:33:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122556#M5953</guid>
      <dc:creator>Nanda</dc:creator>
      <dc:date>2021-06-30T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122579#M5954</link>
      <description>&lt;P&gt;Sadly, I dont believe you can fo that, but maybe someone else can confirm. There might be a way to do it from API, but not sure.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 09:27:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122579#M5954</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2021-06-30T09:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122607#M5955</link>
      <description>&lt;P&gt;The command to do this used to be &lt;STRONG&gt;fwm dbexport&lt;/STRONG&gt; but it is not supported in R80+.&amp;nbsp; Try Phoneboy's &lt;STRONG&gt;dbedit&lt;/STRONG&gt; workaround he mentioned here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Management/fwmbin-cmain-Failed-to-convert-database/td-p/5438" target="_blank"&gt;https://community.checkpoint.com/t5/Management/fwmbin-cmain-Failed-to-convert-database/td-p/5438&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also starting in API 1.6.1+ there is the &lt;STRONG&gt;show users detail-level full&lt;/STRONG&gt; command, but I don't think it will display the password.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 13:41:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122607#M5955</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2021-06-30T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122612#M5956</link>
      <description>&lt;P&gt;The API output for v1.6.1/1.7 is probably easier to work with in general (and has formally supported APIs).&lt;BR /&gt;However, you are correct in that the output does not include the internal password hash.&lt;BR /&gt;Definitely an RFE&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;The only way to output the password hash currently is via dbedit, as described in the thread.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:02:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122612#M5956</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-06-30T15:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122623#M5958</link>
      <description>&lt;P&gt;Also worth noting: users and administrators are totally separate object types. The `show users` shows user objects. These can be used to log in to a remote access VPN and the like, but cannot be used to log in to SmartConsole. This can be a big source of confusion for a lot of people not already familiar with Check Point.&lt;/P&gt;
&lt;P&gt;There is a separate `show administrators` API command, which I believe has been there since APIv1.0 with R80.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: I just realized 'show administrators' only works on an MDS. There does not appear to be a way to view the administrators on a normal SmartCenter via the API.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 17:25:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122623#M5958</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2021-07-07T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122695#M5964</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for the update let me check the same and revert&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 10:16:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122695#M5964</guid>
      <dc:creator>Nanda</dc:creator>
      <dc:date>2021-07-01T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: User Object Export</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122696#M5965</link>
      <description>&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for the update let me try the same&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 10:17:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/User-Object-Export/m-p/122696#M5965</guid>
      <dc:creator>Nanda</dc:creator>
      <dc:date>2021-07-01T10:17:10Z</dc:date>
    </item>
  </channel>
</rss>

