- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- choice of password
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
01-14-2004 01:25 AM
01-14-2004 01:25 AM
I want to impliment some password ristriction on users like password should contain atlease one numerls and special charater.
How can i do that ?
Sunil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:29 AM
01-14-2004 01:29 AM
Re: choice of password
I think that TRUSTED SYSTEMS could work for you. It permits you to set password policies.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:32 AM
01-14-2004 01:32 AM
Re: choice of password
where i can set these policies after converting system to the trusted mode.
any chance to acheive this without converting system to trusted mode.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:34 AM
01-14-2004 01:34 AM
Re: choice of password
On recent versions (or well patched older versions), you can add some restrictions via the /etc/security file (see man security), but, to restrict to the level you're talking about, you'll probably need to follow Etore's suggestion and go with a trusted system.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:35 AM
01-14-2004 01:35 AM
Re: choice of password
auditing and security
system security policies
It will be obvious from that point.
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
01-14-2004 01:39 AM
01-14-2004 01:39 AM
Re: choice of password
eTrust for Access Control. It is a CA product, but HP is the reseller, at least here in Holland.
It does a little more, maybe too much ?
http://www3.ca.com/Solutions/Product.asp?ID=154
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:39 AM
01-14-2004 01:39 AM
Re: choice of password
Pete: I think you are talking about /etc/default/security file. I checked the functions but didn't get required thing.
SEP: is it possible using trusted mode ?
Regards
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:42 AM
01-14-2004 01:42 AM
Re: choice of password
Yes, sorry - it's the /etc/default/security file, as you surmised. I didn't think it would be restrictive enough to meet your needs but it seemed worth mentioning in case you didn't want to go "trusted".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:44 AM
01-14-2004 01:44 AM
Re: choice of password
when you follow that road it asks to convert to TRUSTED SYSTEM before proceeding.
Anyway it is possible to change some password options when a user already exists:
SAM --> Accounts for Users and Groups --> Users -->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:48 AM
01-14-2004 01:48 AM
SolutionPHCO_27037:
A site's security policies sometimes require new passwords
to contain specific numbers or types of characters, such as
at least two digits and at least one special character.
Resolution:
In addition to the standard password requirements,
optional entries in the file /etc/default/security specify
the minimum number of required characters of each type
(upper case characters, lower case characters, digits
and special characters) in a new password.
PASSWORD_MIN_UPPER_CASE_CHARS=N
PASSWORD_MIN_LOWER_CASE_CHARS=N
PASSWORD_MIN_DIGIT_CHARS=N
PASSWORD_MIN_SPECIAL_CHARS=N
The default value for N is 0. These parameters have
effect only when a password is changed. On untrusted
systems, these parameters do not apply to the root user.
The file /etc/default/security should be owned by root and
have 0644 permissions.
There may be other patches required as well (PHCO_27694/PHCO_27781). These are 11.11 patches, by the way. PHCO_26089 and PHCO_27721 seem to be the 11.0 versions.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:49 AM
01-14-2004 01:49 AM
Re: choice of password
I think i don't ahve any other option except converting system into a trusted mode. or leave this plan.
Regards
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:52 AM
01-14-2004 01:52 AM
Re: choice of password
Don't give up - see my last entry!!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 05:26 PM
01-14-2004 05:26 PM
Re: choice of password
I am working on this.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 02:57 AM
01-15-2004 02:57 AM
Re: choice of password
One of the issues is NIS won't function within a trusted environment.
Just a heads up...
-- Rod Hills