Collapse AllExpand All

3.1. Account Management Previous topic Parent topic Child topic Next topic

With the account management of the HiPath 4000 Assistant the following functions are possible:
Change the Password of an Account
To change the password of an account logon via SecM (a so-called ASbum account). But you can also use the following command:
# /opt/bum/bin/bum_passwd account new_password
account
name of the account
new_password
enter the new password
IMPORTANT:
It is recommended to surround "new_password" by single or double quotes to avoid the shell being confused by some special characters.
Automatically Lock an Account after Several Wrong Password Inputs
# /opt/bum/bin/bum_passwd -l account
-l
lock an account
account
name of the account
Unlock an account
# /opt/bum/bin/bum_passwd -u account
-u
unlock an account
account
name of the account
Force an user to change the password with next login
# /opt/bum/bin/bum_passwd -f account
-f
force the user to change the password with next login
account
name of the account
Delete the password of an account
# /opt/bum/bin/bum_passwd -d account
-d
delete the password of an account ("-f" is implied in this option)
account
name of the account
An OS account that is attached to an ASbum account is adjusted automatically by bum_passwd.