HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lock a user
Operating System - HP-UX
1833611
Members
3623
Online
110062
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
06-11-2009 02:11 AM
06-11-2009 02:11 AM
lock a user
how can i lock a user when he type a wrong password 3 times include root ?
and i do not want a trusted system
and i do not want a trusted system
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 02:24 AM
06-11-2009 02:24 AM
Re: lock a user
which version of HP-UX are you using?
There is the Standard Mode Security Extensions (SMSE) that are in 11iv3, allowing you to set things like that WITHOUT going to trusted system
There is the Standard Mode Security Extensions (SMSE) that are in 11iv3, allowing you to set things like that WITHOUT going to trusted system
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Tags:
- SMSE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 02:28 AM
06-11-2009 02:28 AM
Re: lock a user
Hi
Check out the following links
http://docs.hp.com/en/5991-8711/5991-8711.pdf
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=
StdModSecExt
And why you want to include root also??Remember if your root password locks you need to reboot the system.
Regards
Sunny
Check out the following links
http://docs.hp.com/en/5991-8711/5991-8711.pdf
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=
StdModSecExt
And why you want to include root also??Remember if your root password locks you need to reboot the system.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 04:38 AM
06-11-2009 04:38 AM
Re: lock a user
If you are willing to do a little leg work (or more appropriately finger work) you can write a script and call it from /etc/profile upon each user's login. In the script, you check the last 3 entries related to this user from the output of lastb command and compare the timestamp to the same from the last command's output. Decide if the last 3 entries were wrong password or not. if they all were wrong, issue the command
passwd -l
(to compare time stamps, I'd strongly suggest making use of caljd.sh script written by no other than Clay Stephenson of this very same forum. Just google the script name and you will find several sites to download it from)
passwd -l
(to compare time stamps, I'd strongly suggest making use of caljd.sh script written by no other than Clay Stephenson of this very same forum. Just google the script name and you will find several sites to download it from)
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
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