- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Disable Screen Lock (HP-UX 10.20)
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
01-12-2001 06:19 PM
01-12-2001 06:19 PM
How to Disable Screen Lock (HP-UX 10.20)
Steps already taken
--------------------
1) vi /etc/dt/app-defaults/C/Dtstyle
--> remove the "Screen" control icon fr Style Mgr
2) vi /etc/dt/config/C/sys.resources
dtsession*extension.saverTimeout: 0
dtsession*extension.lockTimeout: 0
3) DELETE /usr/dt/bin/dtscreen
chmod 400 /usr/dt/bin/dtstyle
4) For every users found locking screen subsequently,
DELETE $HOME/.dt
However, SAME users still able to find ways of locking screen.
Also attached a "ps -ef" of one of those who locked screen before I used root password to unlock the screen & delete ".dt" from its home-dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2001 05:14 PM
01-14-2001 05:14 PM
Re: How to Disable Screen Lock (HP-UX 10.20)
And you have already identified which users are doing it. Obviously, locking the screen is a problem for you...others may have some better ideas; but I suppose you could write a script (since you know who..) to periodically check for these users, then check and see if they have put it back...and if they have, run the steps to remove it. It would be a bit of a pain to do it...but once done, you could cron it often enough to make there attempts to reset it...void.
All I could think of, others may have something better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 01:28 AM
01-15-2001 01:28 AM
Re: How to Disable Screen Lock (HP-UX 10.20)
Why not remove it from the CDE front panel altogether,
then blow away their resources in their $HOME/.dt dirs together with access to the dtstyle screen settings .... that should do the trick ?
I'd take a look at the front panel deinition file ...shoul be able to just comment the icon bits out of either their dtwm.fp or the system wide one
Or consider removing their fingers ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 10:57 PM
01-15-2001 10:57 PM
Re: How to Disable Screen Lock (HP-UX 10.20)
The padlock icon on the CDE Front Panel has also been removed long ago - the very 1st thing that we do. Note also that I have also performed a "chmod 400 /usr/dt/bin/dtstyle" -- normal has no access to "dtstyle" program at all.
Is it possible to give more details on the "dtwmfp" ? The contents of one of the "errant" users for "dtwmfp.session" is simply :
0
0
0
1
I also attached a tar file of the ".dt" subdir of one of this users for whoever can help me scan thru.
One of the users has also been kind enough to tell me that ONE of the method that they used to lock screen is --
- goto an SGI or Digital Workstation in another bldg hooked up to our System which has no "NO Screen-Lock Policy"
-- invoke screen lock from there so that it is stored into their Home-Dir (we use NFS Home-Dir)
-- come to our Centre & use our HP Workstations.
Anybody can suggest anything on the HP WOrkstations other than those steps which I have already taken to STOP Screen-Locking ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 11:04 PM
01-15-2001 11:04 PM
Re: How to Disable Screen Lock (HP-UX 10.20)
Sorry, also would like to add that each time I found a user locking screen, I would login using root password and then "rm -rf .dt" from their Home-Dir using root.
But the SAME users are still able to lock-screen subsequently & this popn is growing as they pass the secrets to one another. We are dealing with IT-savvy undergrads & postgrads.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2001 12:23 AM
01-16-2001 12:23 AM
Re: How to Disable Screen Lock (HP-UX 10.20)
You can disable stylemanager Screen settings to users by editting
Dtstyle*componentList: in /etc/dt/app-defaults/C/Dtstyle
also Padlock screenlock icon on front panel disabled by editting :
CONTROL Lock Action def in /usr/dt/appconfig/types/C/dtwm.fp
Lastly Edit /etc/dt/config/C/sys.resources and add the following :
dtsession*extension.lockTimeout: 0
To get it to take effect for all users, you will need to remove their $HOME/.dt directories for these changes to take effect.
still leaves xset command lets hope they don't read man pages ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2001 05:31 PM
01-16-2001 05:31 PM
Re: How to Disable Screen Lock (HP-UX 10.20)
All the above steps were already done more than 6 months ago. I double-checked again yesterday on all workstations.
I am currently looking at "xset". But I doubt it helps judging from the output of "xset -q" on that few workstations I sampled -- screen saver was already disabled and I don't see any screen lock option at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2001 01:49 PM
01-17-2001 01:49 PM