- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to specifiy when to lock a user account after ...
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-12-2004 06:11 AM
11-12-2004 06:11 AM
Our corporate security requirements state that we must disable a user's account if the account has been inactive for 45 days. We use SAM as account admin tool. Is there a parameter that controlls this? If so, where would I set it?
I cannot find this in any HP-UX 11.0 documentation or any previous post, but I know that this capability must exist.
We have used SAM to set the password aging parameters (passwd_expiration=90, passwd_lifetime=135).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 06:18 AM
11-12-2004 06:18 AM
SolutionGot to "General User Account Policies" under "Auditing and Security -> System Security Policies" of SAM.
Enable 'Lock Inactive Accounts' and it will spawn a field that says Maximum Inactive Time: and specify 45 there.
Through command line it would be
modprdef -m llog=45
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 06:34 AM
11-12-2004 06:34 AM
Re: How to specifiy when to lock a user account after x days of inactivity
Thanks!. Maybe you know another question then. We are going to change the password aging parameter passwd_lifetime from 300 to 135. We want to reset the users "last password change" to be the current day/time so that their account will not be expired if their last password change was > 135 days ago. I found the following command that can do this for a single id. Is there a way to do it for all IDs through SAM?
# /usr/lbin/modprpw -l -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 06:44 AM
11-12-2004 06:44 AM
Re: How to specifiy when to lock a user account after x days of inactivity
I am not a big SAM user.
The command is '/usr/lbin/modprpw -V'. It will set the 'last passwd change' field to 'NOW' for all the users.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 06:49 AM
11-12-2004 06:49 AM
Re: How to specifiy when to lock a user account after x days of inactivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 08:28 AM
11-12-2004 08:28 AM
Re: How to specifiy when to lock a user account after x days of inactivity
(sorry for the ugly URL)
Another important file is /etc/default/security which is probably non-existant in your system. If you've kept up on patches, you'll have a man page for security. If not, use docs.hp.com at http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90696/B2355-90696_top.html&con=/hpux/onlinedocs/B2355-90696/00/01/111-con.html&toc=/hpux/onlinedocs/B2355-90696/00/01/111-toc.html&searchterms=security%284%29&queryid=20041112-141944
You can use the attached script to summarize all your security settings.
Bill Hassell, sysadmin