- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Include message at CDE login GUI
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
11-04-2002 08:23 AM
11-04-2002 08:23 AM
I am running HP-UX 11.0. Before a user can login the CDE GUI, I would like them to read a warning message. I have a text file that I would like to post above or within the CDE login widget.
Hence, I want the user to get a message before they login not after they login. Any suggestions would be welcomed.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 08:38 AM
11-04-2002 08:38 AM
SolutionI think you'll find some good suggestions in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa4d291ccb36bd611abdb0090277a778c,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 10:52 AM
11-04-2002 10:52 AM
Re: Include message at CDE login GUI
Copy /usr/dt/config/C/Xresources to /etc/dt/config/C directory. Modify the line containing "greeting.labelString" string to your requirement and remove "!!" to uncomment them.
On the console, chooseOptions -> Reset Login Screen. You should see your changed greetings now.
HTH
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 11:51 AM
11-04-2002 11:51 AM
Re: Include message at CDE login GUI
I did find a suggestion via the link you gave me for what I want to do. Again, I am trying to give a security message prior to login. I am looking to change the appearance of my CDE login screen.
Actually Pete within the link you gave me, you gave a post that you gave back on May 23 2002, you suggested editing the /etc/issue file to include a security login message within quotes. That is exactly what I want to do. However, it didn't work.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 11:57 AM
11-04-2002 11:57 AM
Re: Include message at CDE login GUI
Would you suggest that edito for more than a line of text? I would like to have about a paragraph of text. Actually, I am trying to display a security message prior to login at the CDE login screen.
Regards+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 01:12 PM
11-04-2002 01:12 PM
Re: Include message at CDE login GUI
Something like -
Unauthorized Use is Prohibited. Your activities will be monitored!
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:46 AM
11-05-2002 02:46 AM
Re: Include message at CDE login GUI
Create a 0020.message file in the /etc/dt/config/Xsession.d/ directory.
Add the following lines to this new /etc/dt/config/Xsession.d/0020.message file:
#!/usr/bin/ksh
dtstart_hello[0]="/usr/dt/bin/dthello -file /etc/dt_message &"Make the file executable:
chmod 555 /etc/dt/config/Xsession.d/0020.message
For the earlier mentioned Xresource file route you should be able to compose a large text section youl need to set new lines eg :
Dtlogin*greeting.labelString: Welcome to %LocalHost%\n\New text to be entrerd ....\n\ ==============\n\ etc ...
and you may need to increase your matte see Xresources file .... ?