Hello everyone!
I need to control password policies via another application. This app can read text file and compare it with "ideal configuration". So, I need to know in which files I can find information about such policies (GAIA OS and Smart Console).
For example, I need to know if "The account will be blocked after ??? unsuccessful attempts" or "You need to change the password every ??? days" or files describing settings from GaiaPortal - User management - Password policy..
I know I can find some information in "shadow" file, but there is not enough information there..
I'm not looking for a way to find a file with unencripted passwords! - I'm looking for text files that describe password policies.
Also I need to see audit log files (for example, all actions performed under expert-shell or login attempts). I found audit logs in $FWDIR/log, but they are encripted.
So could you please explain how can I do this, or maybe all this information will be encripted for security reasons and I won't be able to access it in a readable form?
Thank you!