Unexpected Failure while changing password for a Non-root user on Solaris
$ passwd hafjk
Enter existing login password:
Unexpected failure. Password file/table unchanged
After changing the permissions for passwd file, issue got fixed
# chmod 6555 /bin/passwd
$ passwd hafjk
Enter existing login password:
Unexpected failure. Password file/table unchanged
After changing the permissions for passwd file, issue got fixed
# chmod 6555 /bin/passwd
No comments:
Post a Comment