Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
alexc88
Participant

How to add new user into multiple gateways by 80.30 One Time Script Mgmt

Hi, we have a new member of the team and we need to add his user to the gateways we manage (they are more than 100). After the management migration to 80.30 we find the One Time Script voice that can be useful. Is it possible create a script to launch once on all firewall in order to create the new user?

As per documentation, we used this command to every single firewall:

Add the user (in the example we are using the username indeni):
add user indeni uid 0 homedir /home/indeni
Set the password for the user:
set user indeni password
New password: [xxxx]
Verify new password: [xxxx]
Type the following to add the access role adminRole:
add rba user indeni roles adminRole
Type the following to set the shell to /bin/bash:
set user indeni shell /etc/cli.sh

 

Can we automate with a script? Thanks 

0 Kudos
1 Reply
_Val_
Admin
Admin

It is really funny your new "team member" is called indeni 🙂

For the matter, yes you can script it with clish. Use set user password-hash instead of the password. Take hash from a known password, or generate with md5.

If it was not Indeni, I would actually recommend Radius user defined, but here you do need a local user.

For remote execution, I would recommend using cprid utility, ran on your MGMT server CLI:

$CPDIR/bin/cprid_util -server <IP_address_of_Security_Gateway> -verbose rexec -rcmd /bin/clish -s -c '<your single clish command'

 This allows you to avoid admin authentication before you start dropping commands. 

Send each new CLISH line with a separate command. Do not forget to use 'set config-lock on override' for the first one and then 'save config' for the last, on each GW.

Test your script before mass deployment 🙂

0 Kudos

Leaderboard

Epsum factorial non deposit quid pro quo hic escorol.

Upcoming Events

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82
    CheckMates Events