- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to change login messages
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-02-2003 12:18 AM
06-02-2003 12:18 AM
how to change login messages
I am using HPUX11. And I am forcing users to change their password at least one time in a month. As users don't understand English, usually they cannot change their passwords when the system automatically wants them to change their password. So, how can I change the messages appearing at login screen?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:22 AM
06-02-2003 12:22 AM
Re: how to change login messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:26 AM
06-02-2003 12:26 AM
Re: how to change login messages
If your user are using telnet, you can modify the /etc/issue to put in it any message. It is displayed, before any logging action. You can also edit /etc/motd, but is is displayed after the loggin has been succesfull.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:28 AM
06-02-2003 12:28 AM
Re: how to change login messages
telnet ..... -b /etc/issue
login ... rlogin ... -B /etc/issue
The other is the usage of the /etc/motd file, which is displayed after the login has commenced.
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:37 AM
06-02-2003 12:37 AM
Re: how to change login messages
use /etc/motd if you want the message displayed after the login
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:45 AM
06-02-2003 12:45 AM
Re: how to change login messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 01:12 AM
06-02-2003 01:12 AM
Re: how to change login messages
There are 2 files that you can change:
1. /etc/issue.
2. /etc/motd.
Lior./
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:05 AM
06-02-2003 05:05 AM
Re: how to change login messages
Depending on the language of your users (and whether it is uniform or mixed across groups) you can install an appropriate locale (man lang) for the desired language and set the LANG environment variable. Then commands like login and passwd will pull their messages from the appropriate message catalogue (in /usr/lib/nls).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:17 AM
06-02-2003 05:17 AM
Re: how to change login messages
like into file and do some cron stuff with
wall command,sending message in the file to
all logged users.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 06:30 AM
06-02-2003 06:30 AM
Re: how to change login messages
/etc/issue or /etc/motd
Regards,
DR