- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Minimum Password Length in HPUX 11v1
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-12-2009 10:45 PM
тАО08-12-2009 10:45 PM
Minimum Password Length in HPUX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2009 11:02 PM
тАО08-12-2009 11:02 PM
Re: Minimum Password Length in HPUX 11v1
You cannot have more than 8 characters in password in non-trusted systems. You need to convert the system to trusted to have more than 8 characters.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2009 11:07 PM
тАО08-12-2009 11:07 PM
Re: Minimum Password Length in HPUX 11v1
Forget to add. Default password lenth is 8 in non-trusted systems. There is one more parameter which controls the minimum password lenth in /etc/default/security file.
You can set this parameter in /etc/default/security file to control min password length.
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.
Default value: MIN_PASSWORD_LENGTH=6
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2009 11:21 PM
тАО08-12-2009 11:21 PM
Re: Minimum Password Length in HPUX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2009 11:56 PM
тАО08-12-2009 11:56 PM
Re: Minimum Password Length in HPUX 11v1
Check if you have enabled more than 8 characters password length here.
SAM -> Auditing and Security -> System Security Policies -> Password Format policies -> maximum password length.(You have to set the password length here)
By default it will have 8 characters. you can change it.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2009 12:50 AM
тАО08-13-2009 12:50 AM
Re: Minimum Password Length in HPUX 11v1
/etc/default/security
Lets you set minimum and maximum and history retention on passwords.
The default desired length is 8 characters. Anything less than 6 will give you security audit problems.
It is standard to require 1 number and one special character.
There is a nice man page for /etc/default/security
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
тАО08-13-2009 01:12 AM
тАО08-13-2009 01:12 AM
Re: Minimum Password Length in HPUX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2009 06:42 PM
тАО08-13-2009 06:42 PM
Re: Minimum Password Length in HPUX 11v1
Correct. This file is never supplied. You must create it.
> The maximum password length is at default of 8. Just wondering how to modify the minimum password length instead
Use this command to create the /etc/default/security file:
echo "MIN_PASSWORD_LENGTH=6" >> /etc/default/security
Now you have the beginning of your security file. Read the man page for "secuirity" for more options. Note that the minimum password cannot be smaller that 6.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2009 07:07 PM
тАО08-13-2009 07:07 PM
Re: Minimum Password Length in HPUX 11v1
Just another question. Can i create this file using vi and after that chmod/chown so that o.s recognises this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2009 11:54 PM
тАО08-13-2009 11:54 PM
Re: Minimum Password Length in HPUX 11v1
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2009 12:27 AM
тАО08-14-2009 12:27 AM
Re: Minimum Password Length in HPUX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2009 01:01 AM
тАО08-14-2009 01:01 AM
Re: Minimum Password Length in HPUX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2009 02:51 AM
тАО08-14-2009 02:51 AM
Re: Minimum Password Length in HPUX 11v1
Password format rules do not have any effect on a login. These rules are enforced when you change the password. Attached is an example security file. Pay attention to the caution about the # character.
Bill Hassell, sysadmin