- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Export and import userlist with radius server ...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Export and import userlist with radius server authentication
Dear team, Please help to export and import userlist with radius authentication.
Please share if any script is available for the same
Regards,
Mangesh Jadhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This can be done via the API, which of course can be scripted.
Show users: https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/show-users~v1.8.1%20
Add users: https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-user~v1.8.1%20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear admin,
Thanks for your help.
But it will ask for management server username and password everytime when i execute this command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not if you use the API correctly, which requires the following flow:
- Login (get a session token)
- "Do stuff" using the session token
- If you made changes via the API, do a publish (should be done every ~100 operations or so)
- Logout
There are multiple example scripts (albeit not for this specific purpose) available in the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear admin,
Could you please help me with the correct syntax with login?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
