Hello Community,
I am currently struggling to find a way to modify a user password from the Checkpoint Multidomain Server via SSH.
I have found a different way to do it by deleting the user and creating it again But when I create the new user, there is the option "user must change password on next login" which is selected by default and I didn't find out how to change that.
The commands that I'm using are the following :
mdscmd deleteadministrator toto
mdscmd addadministrator toto myPassword MultiDomainSuperuser
I have also tried to use the command mdsconfig with option (6) "Administrators"but it does the same (even more, it also add an expiration date).
Do you have any solutions to avoid the option "user must change password on next login" when I create the user ?