- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- additional password requirements
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
03-13-2006 09:18 PM
03-13-2006 09:18 PM
additional password requirements
Next time we have additional password requirements. How can I fulfil this:
1. A character must not be repeated more
than 4 times in the password
2. Not contain all or part of the user's
account name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 09:42 PM
03-13-2006 09:42 PM
Re: additional password requirements
Have a look at the 'etc/default/security' configuration file. You will need to create one accordingly. See the manpages for its definition and options.
http://www.docs.hp.com/en/B2355-60127/security.4.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 09:44 PM
03-13-2006 09:44 PM
Re: additional password requirements
Check this doc from the itrc database.
Title: TRUSTED SYSTEM: Can You Ignore Repeating Chars In Passwords?
Document ID: KBRC00012170
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955834
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 09:45 PM
03-13-2006 09:45 PM
Re: additional password requirements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 09:46 PM
03-13-2006 09:46 PM
Re: additional password requirements
I am posting when James wrote :-) I too am thinking about /etc/default/security file (man security). I tried to look for what you need but not sure if it is possible.
Please check in the security man page.
Good luck....
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:07 PM
03-13-2006 10:07 PM
Re: additional password requirements
You are expecting a requirement like windows domain server password management.
You have to have a customized work around with script or pam module?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 01:10 AM
03-14-2006 01:10 AM
Re: additional password requirements
With the standard HP-UX and Trusted functionality it's not possible to fulfil
the requirenments.
The tip with the plugable PAM modules is the
right way but this is not so easy.