vserver cifs domain password schedule modify
Modify the domain account password change schedule
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver cifs domain password schedule modify command enables you to modify a domain account password change schedule for a CIFS server. This command is not supported for workgroup CIFS servers.
Parameters
- -vserver <vserver name> - Vserver
- This specifies the name of the Vserver containing the CIFS server for which you want to change the domain account password.
- [-is-schedule-enabled {true|false}] - Is Password Change Schedule Enabled
- This specifies whether the domain account password change schedule is enabled.
- [-schedule-weekly-interval <integer>] - Interval in Weeks for Password Change Schedule
- This specifies the number of weeks after which the scheduled domain account password change must occur.
- [-schedule-randomized-minute <integer>] - Minutes Within Which Schedule Start Can be Randomized
- This specifies the minutes within which the scheduled domain account password change must begin.
- [-schedule-day-of-week <cron_dayofweek>] - Day of Week for Password Change Schedule
- This sets the day of week when the scheduled domain account password change occurs.
- [-schedule-time-of-day <HH:MM:SS>] - Start Time for Password Change Schedule
- This sets the time in HH:MM:SS at which the scheduled domain account password change starts.
Examples
The following example enables the domain account password change schedule and configures it to run at any time between 23:00:00 to 00:59:00 (one hour before midnight to one hour after midnight) on every 4th Sunday.
cluster1::> vserver cifs domain password schedule modify -is-schedule-enabled true -schedule-randomized-minute 120 -schedule-weekly-interval 4 -schedule-time-of-day 23:00:00 -schedule-day-of-week sunday
Give documentation feedback