- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM Password Administration
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-29-2005 12:50 AM
07-29-2005 12:50 AM
SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 12:51 AM
07-29-2005 12:51 AM
Re: SAM Password Administration
Take a look at "man security". Be aware, however, that many of the more advanced features of /etc/default/security require your system to be trusted.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 12:54 AM
07-29-2005 12:54 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:00 AM
07-29-2005 01:00 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:02 AM
07-29-2005 01:02 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:13 AM
07-29-2005 01:13 AM
Re: SAM Password Administration
Two ways to get reactivate the account
If there is a root window open run the command modprpw -k root to reactivate it
or
log in from the console as root
Another "issue" may be the status of little used accounts. An account may be disabled from lack of use (a good thing from a security point of view, but bad from the user point of view)
I have converted several systems to trusted, and have not encountered any other issues. There is an added bonus to going to trusted - it eliminates an audit point, if your system is is ever audited for security.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:17 AM
07-29-2005 01:17 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:32 AM
07-29-2005 01:32 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:36 AM
07-29-2005 01:36 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:44 AM
07-29-2005 01:44 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:08 AM
07-29-2005 02:08 AM
Re: SAM Password Administration
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=833100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:53 AM
07-29-2005 02:53 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:56 AM
07-29-2005 02:56 AM
Re: SAM Password Administration
The file does not exist by default and must be created manually. The man page will show you format of the entries.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:57 AM
07-29-2005 02:57 AM
Re: SAM Password Administration
ABORT_LOGIN_ON_MISSING_HOMEDIR=1
MIN_PASSWORD_LENGTH=8
NOLOGIN=1
PASSWORD_HISTORY_DEPTH=8
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=1
with permissions of 444 It is not a magical file.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:58 AM
07-29-2005 02:58 AM
Re: SAM Password Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:02 AM
07-29-2005 03:02 AM
Re: SAM Password Administration
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:06 AM
07-29-2005 03:06 AM
Re: SAM Password Administration
might not hurt to have PHCO_27694 and PHCO_27781
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:10 AM
07-29-2005 03:10 AM
Re: SAM Password Administration
Also do a /usr/lbin/gerprpw account on your accounts and make sure no one esspecially root is locked out, at least if they are not supposed to be. If its all 0s on the lockout=000000 you are good. 1s mean its locked.
/usr/lbin/modprpw -k will unlock the account
/usr/lbin/modprpw -v will reset the time to expire for an account. Make sure your time to expire accounts is set to what you want. getprpw will show you allot of information about your accounts that you may want to know as an admin. Trusted is the way to go not only because it offers more features, but that it is more secure too.
Good Luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:56 AM
08-01-2005 05:56 AM
Re: SAM Password Administration
And what about the /etc/default/security file.
Does this apply to all users or does SAM override this?? Does this file exist for each user??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:58 AM
08-01-2005 06:58 AM
Re: SAM Password Administration
Yes
And what about the /etc/default/security file.
Does this apply to all users or does SAM override this?? Does this file exist for each user??
System file that contains default security settings is for all users - settings that are customized are stored in the TCB and override defaults in /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 08:05 AM
08-01-2005 08:05 AM