|
服务器上装了个linux8.0,用自带的sendmail做了个邮件服务器!
邮件服务器都收发正常了,现在用户说自己要更改密码,我想让用户telnet上来的改的,可是普通用户telnet上来就不能改了!
[test@mail test]$ passwd
Changing password for user test.
Changing password for test
(current) UNIX password:
passwd: Authentication token manipulation error
我看资料上说想让普通用户自己改密码,用下面这个命令,我也用了
[root@xin_fc etc]# chmod 4511 /usr/bin/passwd
还是一样,改不了! |
|