Microsoft Identity Integration Server 2003 Developer Reference |
string ClearPasswordHistory( String EndingBefore );
Note If you want to delete the password histories based on a local date and time, convert the local time to Coordinated Universal Time.
The format of this parameter is yyyy-MM-dd HH:mm:ss.fff.
Format specifier | Description |
---|---|
yyyy | Specifies the four-digit year |
MM | Specifies the two-digit month in the range of 1 to 12 |
dd | Specifies the two-digit day of the month in the range of 1 to 31 |
HH | Specifies the two-digit hour of the day in 24-hour format in the range of 0 to 23 |
mm | Specifies the two-digit minute of the day in the range of 0 to 59 |
ss | Specifies the two-digit second of the day in the range of 0 to 59 |
fff | Specifies the three-digit fractions of a second in the range of 0 to 999 |
Note To delete password histories by date only, omit the time units in the parameter.
Return code | Description |
---|---|
success | The password change histories with end times that are earlier than the specified time were successfully deleted from the server. |
access-denied | The user that is running this method is not a member of the Microsoft Identity Integration Server 2003 security groups. Verify that the user is a member of one of these groups. |
invalid-date-parameter | The specified date is in the wrong format or password change histories do not exist for this date. Verify that the specified date is in the correct format. |
MIIS uses the password change history log to determine if the number of password changes that are requested in a 24-hour period exceeds the number that is specified in the management agent properties. When you successfully run this method, the history log is cleared and a new 24-hour period is started for the maximum number of password changes.
To clear the password change history log, run the MIIS_Server.ClearPasswordQueue method before running this method. If you run the MIIS_Server.ClearPasswordQueue method after running this method, any pending password change logs are then moved to the history log.
Server: Requires Microsoft Identity Integration Server
2003 Service Pack 1.
Header: Declared in mmswmi.mof.