Commands for managing CIFS servers computer account passwords
You need to know the commands for changing, resetting, and disabling passwords, and for configuring automatic update schedules. You can also configure a schedule on the CIFS server to update it automatically.
| If you want to... | Use this command... |
|---|---|
| Change or reset the domain account password and you know the password | vserver cifs domain password change |
| Reset the domain account password and you do not know the password | vserver cifs domain password reset |
| Configure CIFS servers for automatic computer account password changes | vserver cifs domain password schedule modify -vserver vserver_name -is-schedule-enabled true |
| Disable automatic computer account password changes on CIFS servers | vserver cifs domain password schedule modify -vserver vs1 -is-schedule-enabled false |
See the man page for each command for more information.
Give documentation feedback