- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Display Security Message - Before Users Login
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:00 AM
06-10-2002 11:00 AM
I need to display a Security Message before
users login to the system HP UX 11.0.
I had the message in /etc/motd but that is
after they log in.
Basically the message says..by loging on to
this system you agree to use the computer
information for business use only, etc. etc..
Legal stuff.
I think it would need to be with the
Login:
Password:
Prompts...before the Login and Password.
It's only about 5 lines of info, so it
shouldn't be too bad and in this age of
law suits it would help protect our data
if a bad employee starts doing bad stuff...
Legally we would be covered...somewhat.
Thanks,
Laurie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:03 AM
06-10-2002 11:03 AM
Re: Display Security Message - Before Users Login
you can modify the /etc/issue file and write your message in this file and save it.
Thats it....you are done.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:04 AM
06-10-2002 11:04 AM
SolutionThere are two important cases where you want to display your security banner.
1. At the console.
2. During the telnet session.
Place your contents in /etc/issue. It will take care of displaying at the console.
Edit your /etc/inetd.conf and add -b /etc/issue at the end of the telnet line (option to telnetd daemon). It should take care of your telnet sessions.
Also there are other situations where you want to display banners like ftp, sendmail interactive session etc.,. Look at ftpaccess and sendmail.cf files.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:05 AM
06-10-2002 11:05 AM
Re: Display Security Message - Before Users Login
In CDE, you can change the login screen itself to not say "Welcome to hostname" by changing the
!!Dtlogin*greeting.labelString:
in /usr/dt/config/C/Xresources
Hope this helps,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 12:27 PM
06-10-2002 12:27 PM
Re: Display Security Message - Before Users Login
HTH
Duncan
I am an HPE Employee
