get_password_expiration_policy
Description:
public void get_password_expiration_policy (out int64 expiration_time, out int64 last_change_time, out int64 min_days_between_changes, out int64 max_days_between_changes, out int64 days_to_warn, out int64 days_after_expiration_until_lock)
Get the password expiration policy for a user.
Note this function is synchronous and ignores errors.
Parameters:
this |
the user object to query. |
expiration_time |
location to write time users password expires |
last_change_time |
location to write time users password was last changed. |
min_days_between_changes |
location to write minimum number of days needed between password changes. |
max_days_between_changes |
location to write maximum number of days password can stay unchanged. |
days_to_warn |
location to write number of days to warn user password is about to expire. |
days_after_expiration_until_lock |
location to write number of days account will be locked after password expires. |