- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logon banners
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
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
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
тАО07-10-2003 11:34 AM
тАО07-10-2003 11:34 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 11:43 AM
тАО07-10-2003 11:43 AM
Re: logon banners
so, edit /etc/inetd.conf and add that option to the telnetd line.
man telnetd for info.
for graphical logins, am not sure. figure out in /usr/dt/config and /etc/dt directories.
-balaji (am forgetting HP unix)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 11:46 AM
тАО07-10-2003 11:46 AM
Solution# Message of the day
if [ -r /etc/motd ]
then
cat /etc/motd
fi
In the /etc/profile
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 11:54 AM
тАО07-10-2003 11:54 AM
Re: logon banners
Attached: splash script file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 11:55 AM
тАО07-10-2003 11:55 AM
Re: logon banners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 12:10 PM
тАО07-10-2003 12:10 PM
Re: logon banners
Best regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 12:21 PM
тАО07-10-2003 12:21 PM
Re: logon banners
I would suggest to use /etc/issue. This is because console uses it to display the banner. You can edit your /etc/inetd.conf and add -b /etc/issue option to telnet to display the banner.
Also other commands worth considering for a security banner are ftp, sendmail. You can use ftpaccess file to set the banner. Enable ftp to use ftpaccess by adding a "-a" flag. Customize /etc/ftpd/ftpaccess file. Edit /etc/mail/sendmail.cf file and search for Greeting. You can change the greeting text there too.
To display banner with rlogin, link /etc/motd to /etc/issue.
-Sri