<?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: Users export / import command on MDS in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84884#M4854</link>
    <description>Unfortunately, that's not a very useful format for actually recreating the important parts of a user (like their passwords, associated groups, etc).&lt;BR /&gt;And, as I said, there aren't any official APIs for users.&lt;BR /&gt;This might be one of those cases where using dbedit is easier, at least to get the necessary information.&lt;BR /&gt;See: &lt;A href="https://community.checkpoint.com/t5/General-Management-Topics/r80-10-VPN-user-account-export/td-p/16538" target="_blank"&gt;https://community.checkpoint.com/t5/General-Management-Topics/r80-10-VPN-user-account-export/td-p/16538&lt;/A&gt;&lt;BR /&gt;You could probably use dbedit to create the users in the new management as well, but the complete syntax for that is not well documented.&lt;BR /&gt;There are some other articles in the community about creating users using the API, which, given we're talking about generic-object APIs, won't be any easier.&lt;BR /&gt;</description>
    <pubDate>Mon, 11 May 2020 23:33:24 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2020-05-11T23:33:24Z</dc:date>
    <item>
      <title>Users export / import command on MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84872#M4851</link>
      <description>&lt;P&gt;Hello mates,&lt;/P&gt;&lt;P&gt;I apologize in advance if this question that I am going to ask is already answered (I did some reading )....but still I have to put it here to have an exact guide to my "problem".&lt;/P&gt;&lt;P&gt;Namely, as I am a newbie in using API on CP (as I worked with different brands before), therefore I would describe the situation and ask for help/guidelines.&lt;/P&gt;&lt;P&gt;So, I have MDS implemented. There I am having up to 10 different domains for various things.&lt;/P&gt;&lt;P&gt;On one domain we are having our dedicated VPN FW Cluster. On that domain/mgmt, we have approx 3000 remote users, so, VPN users.&lt;/P&gt;&lt;P&gt;I have successfully exported all of my users to csv file.&lt;/P&gt;&lt;P&gt;Now I have to IMPORT those into totally different mgmt, which is also, part of my MDS.&lt;/P&gt;&lt;P&gt;Which exactly command I have to run on MDS to have those imported?&lt;/P&gt;&lt;P&gt;I am ready to use CLI or SmartConsole API, whatever...I just need exactly what to run, if that import would be possible, and of course, how the csv file must be structured to batch that ?&lt;/P&gt;&lt;P&gt;MDS version R80.30, CMS R80.20&lt;/P&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 21:58:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84872#M4851</guid>
      <dc:creator>ld3d</dc:creator>
      <dc:date>2020-05-11T21:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Users export / import command on MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84877#M4852</link>
      <description>It's starts with: What precise tools/commands did you use to export the information?&lt;BR /&gt;There isn't official API/CLI commands for locally defined VPN users, but it doesn't mean it's impossible.</description>
      <pubDate>Mon, 11 May 2020 22:18:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84877#M4852</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-05-11T22:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Users export / import command on MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84879#M4853</link>
      <description>&lt;P&gt;Yeah, I’ve exported it from Object explorer, in Smart Console....&lt;/P&gt;&lt;P&gt;What step should I do now?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbe....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks one more time!&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:33:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84879#M4853</guid>
      <dc:creator>ld3d</dc:creator>
      <dc:date>2020-05-11T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Users export / import command on MDS</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84884#M4854</link>
      <description>Unfortunately, that's not a very useful format for actually recreating the important parts of a user (like their passwords, associated groups, etc).&lt;BR /&gt;And, as I said, there aren't any official APIs for users.&lt;BR /&gt;This might be one of those cases where using dbedit is easier, at least to get the necessary information.&lt;BR /&gt;See: &lt;A href="https://community.checkpoint.com/t5/General-Management-Topics/r80-10-VPN-user-account-export/td-p/16538" target="_blank"&gt;https://community.checkpoint.com/t5/General-Management-Topics/r80-10-VPN-user-account-export/td-p/16538&lt;/A&gt;&lt;BR /&gt;You could probably use dbedit to create the users in the new management as well, but the complete syntax for that is not well documented.&lt;BR /&gt;There are some other articles in the community about creating users using the API, which, given we're talking about generic-object APIs, won't be any easier.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 23:33:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Users-export-import-command-on-MDS/m-p/84884#M4854</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-05-11T23:33:24Z</dc:date>
    </item>
  </channel>
</rss>

