passwd restrictions solaris 5.11 (11.4.16.4.0)
Hello
I have a solaris 11.4 server, and I have the next question...
It's possible to configure for a user to change his password without ask the old password?
The user is non root.
Actually the password commands works like that.
cy_xxx@host:~$ passwd cy_xxx
Enter existing login password:
The idea is the user could change on this way...
cy_xxx@host:~$ passwd cy_xxx
New password:
(don't ask the old pass)
...
It should be only for one particular user...
Thank you!?