1837205 Members
2317 Online
110115 Solutions
New Discussion

Re: Intruder alert.

 
SOLVED
Go to solution
Jeffrey F. Goldsmith
Super Advisor

Intruder alert.

I am having a user problem this morning on my D380 server. HP-UX 11.i is the installed OS. This server is my test server and I haven’t used it for a couple of months. Yesterday I was trying to install a program so I could run some tests and I noticed that when I login as any other user, other than root, I get the Intruder alert when I do the whoami command.

Does anyone have any idea as to what my problem is? Thanks for the help.
4 REPLIES 4
Ermin Borovac
Honored Contributor
Solution

Re: Intruder alert.

Check permission mode on /etc/passwd (should be 444).

If permissions are OK, run /usr/sbin/pwck to check integrity of /etc/passwd file.
TommyT
Valued Contributor

Re: Intruder alert.

HI

When the /etc/passwd file loses read permissions for the world. The 'whoami' command will return 'Intruder alert'.

//Tommy
tompa
Kent Ostby
Honored Contributor

Re: Intruder alert.

Also check ownership of /etc/password and permissions on /etc and / .

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Jeffrey F. Goldsmith
Super Advisor

Re: Intruder alert.

the permissions of /etc/passwd were wrong. Changed them back to 444 and it seems to be working again. Thanks for the help everyone.