- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted System Configuration
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
06-19-2003 08:37 AM
06-19-2003 08:37 AM
Trusted System Configuration
One thing I am unable to find is: Is it possible to set the password controls (ie: aging, expiration, time-based) during the conversion. I'd rather not have to go thru every account afterwards and make the adjustments.
Any thoughts are appreciated.
Jim Mallett
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 08:43 AM
06-19-2003 08:43 AM
Re: Trusted System Configuration
I dont think you can change these settings once you convert. After you convert there is a default settings file for all new accounts added, but not those converted. You can easily write a script to use the modprpw command to set the settings you want for all users straight after you convert to trusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 08:44 AM
06-19-2003 08:44 AM
Re: Trusted System Configuration
/usr/lbin/modprdef -m lftm=120,exptm=90
that would set the default password lifetime to 120, and the password expire time to 90 days...check out the txt file for more..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:34 PM
06-19-2003 01:34 PM
Re: Trusted System Configuration
If you'd like the implementation details, you can look in AccountSecurity.pm, sub setPWpolicies, which has examples of using the underlying commands, and a loop to go through all users.
time-based access controls aren't currently in Bastille...sorry. An option is to look at the SAM log when you change one user to see the right options for modprdef, then use write a quick shell/perl script to loop through all users.
Hope that helps.
-Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:47 PM
06-19-2003 01:47 PM
Re: Trusted System Configuration
When you add the user the features for making the user expire if they don't use the id for x number days will work.'
I set those policies in the scripts that operations uses to create the user. Default user policy I set in sam because I was lazy that day.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 12:58 AM
06-20-2003 12:58 AM
Re: Trusted System Configuration
Just to add to some of the previous responses; the /tcb/files/auth/system/default file contains default settings for the ageing, etc. This file is overridden if any of the parameters are contained in a user's tcb file. Hence if you have a house policy of password ageing you can apply it to everyone using the default file, any individual that needs special settings (eg a short term account0 can be defined separately.
regards,
Darren.