Is there an equivalent to the chage command to show password age and security policies? The chage command provides the following:
# chage -l root
Last password change : Jan 01, 2015
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
There is no one command for getting that sort of information from QAS, however much of the information is available and can be displayed with some scripting.
For example, the password expiration date can be found in AD timestamp format in the account attributes:
That AD timestamp can be converted to a Unix timestamp and displayed with the following code:
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center