- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default passwd settings on "non trusted" system
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
10-21-2009 12:58 AM
10-21-2009 12:58 AM
and I want to know:
What the default security settings are.
There is a directory /etc/default/ but no file "security"
Paul.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:37 AM
10-21-2009 02:37 AM
Re: default passwd settings on "non trusted" system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:53 AM
10-21-2009 02:53 AM
Re: default passwd settings on "non trusted" system
Which security features are you lookig for???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:57 AM
10-21-2009 02:57 AM
Re: default passwd settings on "non trusted" system
like: min/max password length
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 03:02 AM
10-21-2009 03:02 AM
Re: default passwd settings on "non trusted" system
Password length is governed by "/etc/default/security" file.
Inside that file you will find:
MIN_PASSWORD_LENGTH
This parameter controls the minimum length of new passwords. It is not applicable to the root user on an untrusted system.
MIN_PASSWORD_LENGTH=N New passwords must contain at least N characters. For untrusted systems N can be any value from 6 to 8. For trusted systems N can be any value from 6 to 80.
Hope this helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 03:03 AM
10-21-2009 03:03 AM
Re: default passwd settings on "non trusted" system
Try using sam for this:
SAM -> Auditing and Security -> System Security Policies -> Password Format policies -> maximum password length
Regds..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 03:39 AM
10-21-2009 03:39 AM
Re: default passwd settings on "non trusted" system
it is good for Trusted Systems not untrusted systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 03:45 AM
10-21-2009 03:45 AM
Re: default passwd settings on "non trusted" system
/etc/default/security will give the only parameter for non-trusted systems:
MIN_PASSWORD_LENGTH=N New passwords must contain at least N characters. For non-trusted systems N can be any value from 6 to 8, while can be any value from 6 to 80 for Trusted system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 04:19 AM
10-21-2009 04:19 AM
Re: default passwd settings on "non trusted" system
There won't be any security settings implied to the users if the systems is not trused or /etc/default/security files doesn't exist.
You can copy or create security file by your own. To know more about the parameters in security file and it's explanations, read the man page or go here..
http://docs.hp.com/en/B2355-60127/security.4.html
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 03:12 AM
10-22-2009 03:12 AM
Re: default passwd settings on "non trusted" system
no file "/etc/default/security"
@(2) R.K.#
Then I got dthe message "You need to convert to a Trusted System before proceeding. ..."
@(1) Hakki Aydin
I have "non trusted"
@(2) Hakki Aydin
Where is it defined on "non trusted"? I don't have "/etc/default/security"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 03:28 AM
10-22-2009 03:28 AM
Solutionthe max passwd is 8 (you can use more caracters, but you will see that when entering the passwd the firat 8 are enauf to login.. so if somebody is thinking he has a 9 caracter passwd when youing to trusted mode ore when setting the max om 9 his passwd wil nologer work (unless he is only typing the first 8)
there is no other limitation to the passwd that are used
ps some passwd settings like max passwd age that can be set in the /etc/passwd file. if this options are used you encripted passwd fielt in the /etc/passwd is getting longer, for more info man passwd.
Alsow it is poseble to gain a shadow file, please check if you have one (this will change my anwser)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2009 11:45 PM
11-03-2009 11:45 PM
Re: default passwd settings on "non trusted" system
it is clear for me now (and for auditor)
Paul.