Get the password expiration policy for a user.
Note this function is synchronous and ignores errors.
| 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. |