Application is for a multiple server standardization script
Looking for a way in a shell script to check if the password for an OS account (AIX) matches a standardized plain text password.
The catch is that there is no root
access, no c
compiler or python
, and I cannot install any additional software including expect
.
So far I have not been able to find a solution...any ideas?