Operating System - HP-UX
1752794 Members
6329 Online
108789 Solutions
New Discussion юеВ

System asks for "System Password:" during login

 
SOLVED
Go to solution

System asks for "System Password:" during login

Hello admins,

I have a problem on a hpux 11.11 server. When I try to login, I can enter user-account and password, but then the system prompts me for a system password. The prompt looks like this : "System Password:"

What state is the system in?
How can I solve this?

Thanks in advance,
Addie.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: System asks for "System Password:" during login

Shalom Addie,

What state is the system in? Abnormal. Potentially serious.

I'd log in as root at the console and check /var/adm/syslog/syslog.log for error messages.

bdf

look for full root filesystem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com

Re: System asks for "System Password:" during login

Filesystems look OK, reboot didn't help either.
No strange things in syslog.
Sameer_Nirmal
Honored Contributor
Solution

Re: System asks for "System Password:" during login

Hi,

It seems that someone has altered "/etc/pam.conf" file where a different authentication module has been included.

Login using root and check that file for lines like
login auth

You can compare this file with "/usr/newconfig/etc/pam.conf" to know the changes done. You can either revert back those changes or copy "/usr/newconfig/etc/pam.conf" file to /etc. Ensure the file permissions ,owner and group as 444 , root, sys respectively.

Re: System asks for "System Password:" during login

Hi Sameer,.
Thanks a lot, you're right. Looks like someone has been testing with samba and modified /etc/pam.conf. New lines were:
login auth sufficient /usr/lib/security/libpam_unix.1 debug
OTHER auth sufficient /usr/lib/security/libpam_unix.1 debug
I moved back the original file, and problem was solved.