Password Expiry Information

kevinb

Verified User
Joined
Jul 27, 2006
Messages
101
The primary user account has expiry information stored as part of the shadow file. The virtual password database is missing this information. I would like to see in email and ftp virtual accounts the information being stored and displayed. We switched a couple of years ago to requiring strong passwords, however any client password prior to that is unknown as to the strength. As well from a diagnostic point we would like to know when a password was last changed to assist in support.

Thanks,

Kevin
 
You can find "shadow"
Code:
/etc/shadow file.

The /etc/shadow file is not the issue, it stores the password age. I was trying to point out that /etc/shadow has the information and /etc/virtual/domain.com/passwd does not. I would like my customers to see in the web interface when they last changed a password. I would like from the API to be able to query when a password was last changed.

For virtual pop accounts
Code:
/etc/virtual/domain.com/passwd files.
And you can get the virtual mail pass word from "CMD_CHANGE_EMAIL_PASSWORD" by API, check this Get Virtual Email Password.

That API call is to change the password only.

Thanks,

Kevin
 
Back
Top