1834047 Members
2688 Online
110063 Solutions
New Discussion

Re: Logon Problem

 
Suni Raj
Advisor

Logon Problem

Hi,
I am facing a problem in hp-ux 11.0 D class box when a user attempts to try login. It doesn't allow to login and says login incorrect.

When I try to reset the passwd of that user, it says "not Owner".

Can anybody help me out asap?

9 REPLIES 9
Vibhor Kumar Agarwal
Esteemed Contributor

Re: Logon Problem

Check the /etc/passwd file.
Vibhor Kumar Agarwal
Pete Randall
Outstanding Contributor

Re: Logon Problem

Are you root when you try to reset the password?


Pete

Pete
Fabio Ettore
Honored Contributor

Re: Logon Problem

Hi,

'not Owner' sounds like you are not root (as Pete said) when trying to change password.
Also is it a trusted system?

Best regards,
Fabio
WISH? IMPROVEMENT!
Suni Raj
Advisor

Re: Logon Problem

Yea..I am in single user mode and still I am not able to reset that user's passwd.
Alessandro Pilati
Esteemed Contributor

Re: Logon Problem

Check the ownership of /usr/bin/login: it must be root, and not bin.

Regards,
Alex
if you don't try, you'll never know if you are able to
Alessandro Pilati
Esteemed Contributor

Re: Logon Problem

Suni,
check also if the permissions of /etc/passwd file, and if there aren't special characters inside.
if you don't try, you'll never know if you are able to
Pete Randall
Outstanding Contributor

Re: Logon Problem

You might want to run pwck to check the password file for corruption.


Pete

Pete
Fabio Ettore
Honored Contributor

Re: Logon Problem

Hi,

try to move actual /etc/passwd and to get a fresh file from /usr/newconfig/etc. Just make sure to have right permissions

-r--r--r-- 1 root sys

and then change root password and re-create the users by useradd or SAM.

Best regards,
Fabio
WISH? IMPROVEMENT!
Suni Raj
Advisor

Re: Logon Problem

Still the problem is there.