HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to disable the CDE front panel?
Operating System - HP-UX
1831349
Members
3001
Online
110024
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-09-2005 04:54 AM
03-09-2005 04:54 AM
How to disable the CDE front panel?
Hi all,
How can I disable or hide the CDE front panel for a particular user?
Thanks!
How can I disable or hide the CDE front panel for a particular user?
Thanks!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 01:41 AM
03-10-2005 01:41 AM
Re: How to disable the CDE front panel?
How do You want him to logout without it?
You can add or remove ressources from the cde menues, but You'll have to search it from the manuals.
(last time i did that was in '99 :)
I don't even find a reasonable manual - at least Sun has a CDE Administrators Reference or something like that.
You can add or remove ressources from the cde menues, but You'll have to search it from the manuals.
(last time i did that was in '99 :)
I don't even find a reasonable manual - at least Sun has a CDE Administrators Reference or something like that.
yesterday I stood at the edge. Today I'm one step ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 02:27 AM
03-10-2005 02:27 AM
Re: How to disable the CDE front panel?
from man dtwm -> useFrontPanel (class UseFrontPanel)
This resource enables the display of the front panel if
True. If set to False, the Front Panel will not be
displayed. The default value is True.
so vi $HOME/.Xresources
dtwm*UseFrontPanel : False
should do the trick, you'll need to bounce dtlogin.
or on the fly try a key combination
This resource enables the display of the front panel if
True. If set to False, the Front Panel will not be
displayed. The default value is True.
so vi $HOME/.Xresources
dtwm*UseFrontPanel : False
should do the trick, you'll need to bounce dtlogin.
or on the fly try a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 03:29 AM
03-10-2005 03:29 AM
Re: How to disable the CDE front panel?
Do you want to deny login for particular users in CDE ?
This is the way to do:
1. Copy /usr/dt/config/Xstartup to /etc/dt/config/Xstartup
2. Add this lines at the end of the file
if [ "$USER" = "tiger" ]
then
/usr/dt/bin/dtaction -user $USER ExitSession
fi
3. /usr/dt/bin/dtconfig -reset
Rereads Config
Thats it !!
If you want host based access then copy /usr/dt/config/Xaccess to /etc/dt/config/Xaccess
and read the instructions in the file what to do.
Roland
This is the way to do:
1. Copy /usr/dt/config/Xstartup to /etc/dt/config/Xstartup
2. Add this lines at the end of the file
if [ "$USER" = "tiger" ]
then
/usr/dt/bin/dtaction -user $USER ExitSession
fi
3. /usr/dt/bin/dtconfig -reset
Rereads Config
Thats it !!
If you want host based access then copy /usr/dt/config/Xaccess to /etc/dt/config/Xaccess
and read the instructions in the file what to do.
Roland
Sometimes you lose and sometimes the others win
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP