Hey there ..
I would like to ask a help in create users in USERMAN with profile using script
i tried a script but without adding profile limit to users
/tool userman user add username=test password=111 customer=admin
Thank you so much! It really helped me, a newbie. I would like to ask if you can help me know how to add user profile with limitations and how to disable users.We assume your profile already exist and profile name =24H.
You need to execute the following two commands :
/tool user-manager user add customer=admin disabled=no username=333333 password=222222 shared-users=1;
/tool user-manager user create-and-activate-profile customer=admin profile=24H numbers=333333;
The first command will create username and password , but without profile
the second command will activate user with profile name 24H.
Note that numbers=username you want to change profile.
{
:local NumberRandom [:rndnum from=100000 to=999999];
:put $NumberRandom
}
RADIUS serverthe user manager package with the name "User manager" what should it be called?
Since you don't work with it, you don't know the difference, otherwise you wouldn't have written this way.I don't think it's correct to say that User manager is not on Ros7.