Common Commands
Attention
The following commands can only be run under root
Set the ldap administrator password
sudo lico setldappasswd
Please input your ldap password:
Please confirm the ldap password:
Note
this command works only when use_libuser = true
in the file lico.ini
Change user’s Role
$ sudo lico user_changerole -u <ROLE_USERNAME> -r admin
- -u
Specify the username to modify
- -r
Specify the role to be set (admin/operator/user)
Resume user
$ sudo lico user_resume <SUSPENDED_USERNAME>
<SUSPENDED_USERNAME> : The users who need to be resumed.
Import User
Refer: Initializing Users