- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to specify MINIMUM number of characters in...
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 04:17 AM
11-12-2004 04:17 AM
Thanks in advance,
Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 04:17 AM
11-12-2004 04:17 AM
Re: how to specify MINIMUM number of characters in user passwd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 04:24 AM
11-12-2004 04:24 AM
Solutionparameter is :
# MIN_PASSWORD_LENGTH
# This parameter controls the minimum length of new passwords.
# passwords. It is not applicable to the root user on a untrusted
#
# MIN_PASSWORD_LENGTH=N New passwords must contain at least N
# characters. For untrusted systems N can be any value from 6 to 8.
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 04:28 AM
11-12-2004 04:28 AM
Re: how to specify MINIMUM number of characters in user passwd?
Use /etc/default/security file. On 11.0, you will need to install a patch. I believe the latest patch is PHCO_29249.
Use MIN_PASSWORD_LENGTH to set to your requirements.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 08:43 AM
11-12-2004 08:43 AM
Re: how to specify MINIMUM number of characters in user passwd?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 09:29 AM
11-15-2004 09:29 AM
Re: how to specify MINIMUM number of characters in user passwd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 09:51 AM
11-15-2004 09:51 AM
Re: how to specify MINIMUM number of characters in user passwd?
PASSWORD_MIN_SPECIAL_CHARS=2
or whatever number of special characters you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 04:01 AM
11-30-2004 04:01 AM
Re: how to specify MINIMUM number of characters in user passwd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 05:19 AM
11-30-2004 05:19 AM
Re: how to specify MINIMUM number of characters in user passwd?
same config file.
You want to look at these parameters :
#PASSWORD_MIN_UPPER_CASE_CHARS
#PASSWORD_MIN_LOWER_CASE_CHARS
#PASSWORD_MIN_DIGIT_CHARS=2
#PASSWORD_MIN_SPECIAL_CHARS
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 05:30 AM
11-30-2004 05:30 AM
Re: how to specify MINIMUM number of characters in user passwd?
http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-60105&service=hpux&path=00/40/4035&title=HP-UX%20Reference%20%2811i%20v2%2004/09%29
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:41 PM
11-30-2004 01:41 PM
Re: how to specify MINIMUM number of characters in user passwd?
# Security file: /etc/default/security
# man security
# Features depend on HP-UX rev and patches. Not all features are
# available on older systems.
#
# Comments (#) allowed only on separate line,
# no trailing # following a parameter or it
# will invalidate the setting
# Access controls (11.0 and higher)
#################
NOLOGIN=1
NUMBER_OF_LOGINS_ALLOWED=0
ABORT_LOGIN_ON_MISSING_HOMEDIR=0
# Single user mode authorization (11i and non-trusted only)
###########################################################
# Requires root password to get into single user mode
# BOOT_AUTH=1
# Users (besides root) that can boot into single user mode
# BOOT_USERS=bill,jane,joe
# Password controls - Trusted
###################
MIN_PASSWORD_LENGTH=6
PASSWORD_HISTORY_DEPTH=1
PASSWORD_MIN_UPPER_CASE_CHARS=0
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=0
# Non-Trusted or shadow password setup only:
# defaults: MAXDAYS=-1 MINDAYS=0 WARNDAYS=0
# PASSWORD_MAXDAYS=120
# PASSWORD_MINDAYS=7
# PASSWORD_WARNDAYS=7
# Session controls
##################
SU_ROOT_GROUP=suroot
SU_DEFAULT_PATH=/usr/bin:/usr/contrib/bin:
UMASK=022
# SU_KEEP_ENV_VARS=LD_LIBRARY_PATH,SHLIB_PATH,LD_PRELOAD
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 08:29 AM
04-11-2005 08:29 AM
Re: how to specify MINIMUM number of characters in user passwd?
Thanks,
Joe Robinson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 08:37 AM
04-11-2005 08:37 AM
Re: how to specify MINIMUM number of characters in user passwd?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 10:18 AM
04-11-2005 10:18 AM
Re: how to specify MINIMUM number of characters in user passwd?
Thanks for the assist!