Operating System - HP-UX
1832308 Members
2450 Online
110041 Solutions
New Discussion

changing system login display

 
SOLVED
Go to solution
JOHN TURNER_2
Frequent Advisor

changing system login display

hi

i have aquired a system and it has a security message on the screen, before the login prompt, and was wondering if there is anyway of removing the message without rebuilding the system, as we dont have enough time to rebuild the system.

I have managed to reconfigure the system except for this message.

anyone got any clues

example:

SECURITY NOTICE

aaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbb
ccccccccccccccccccc
dddddddddddddddddd
eeeeeeeeeeeeeeeeee
ffffffffffffffffff

Console Login:

cheers
john
GUI's are for wimps!
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: changing system login display

John,

I'm not sure if you're saying this shows up before the CDE login screen or some other login.

If it is CDE, check /etc/dt/config/C/Xresources to see if that may be the source of the message.

Other places to look are /etc/issue and /etc/motd, but it doesn't sound like either of those.


Pete

Pete
IT_2007
Honored Contributor

Re: changing system login display

looks like it only appears on console not by remote login?

IT_2007
Honored Contributor

Re: changing system login display

also check /etc/inetd.conf for telnet entry

It may be like this ...

telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue

remove /etc/issue entry in the above line if at all it is there.
JOHN TURNER_2
Frequent Advisor

Re: changing system login display

cheers for all the advice, it was in the /etc/issue file

Thanks john
GUI's are for wimps!