1837900 Members
3130 Online
110123 Solutions
New Discussion

Password changed

 
Abhilash Krishnan
Frequent Advisor

Password changed

When i am logging in to the system i got message that my passwd changed by one anothe normal user.he doesnt have root power .What may be the problem...

Thanks and regards
biju
4 REPLIES 4
chandra Sekhar_7
Frequent Advisor

Re: Password changed

Hi,

He having sudo access on passwd command.


Regards
chandra



Abhilash Krishnan
Frequent Advisor

Re: Password changed

The user doesnt have sudo permission for password change.
MarkSyder
Honored Contributor

Re: Password changed

Have you got two users set up with the same UID?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
SKR_1
Trusted Contributor

Re: Password changed

grep user1 /etc/passwd
grep user2 /etc/passwd

id user1
id user2

Post all

Thanks

SKR