- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password format dictionary in HP 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
05-01-2003 08:22 PM
05-01-2003 08:22 PM
I am refering to password format where sys.admin can configured it in a dictionary file somewhere in HP Trusted System and prevent users from using it at the first time.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 08:38 PM
05-01-2003 08:38 PM
Re: Password format dictionary in HP Trusted System
selections allowed:
system generates pronouncable
system generates character
system generates letters only
user specifies
Use the "use restriction rules" box to minimise what can be used. As far as dictionaries are concerned, it does not use it like how you may think. "Quote from a HP person on this subject"
If you are interested in using the dictionary check, please be aware that the standard dictionary does not contain any words with non-alpha characters. As a password must have a non-alpha character this means that you'll need to generate your own dictionary complete with these hybrid words.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 08:56 PM
05-01-2003 08:56 PM
Re: Password format dictionary in HP Trusted System
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066734723
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 10:11 PM
05-01-2003 10:11 PM
Re: Password format dictionary in HP Trusted System
do you need some more help.Please revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 10:43 PM
05-01-2003 10:43 PM
Re: Password format dictionary in HP Trusted System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 01:05 AM
05-02-2003 01:05 AM
Re: Password format dictionary in HP Trusted System
Let me too wait for any other suggestions.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 01:57 AM
05-02-2003 01:57 AM
SolutionYes, it is possible to do what you require regarding passwords. Michael's quote from an HP person may possibly have been from me as it's something I have investigated in the past.
Firstly you need to have Use Restriction Rules set in the system policies, as Michael stated.
My testing shows that the default dictionary is used, ie /usr/share/dict/hlista. This is the US dictionary, so words like color instead of colour will feature. The UK dictionary (hlistb) is not used - I know of no way to specify this as there is no way of adding options to the spell command embedded within the passwd functionality.
Additional words can be added to the dictionary using the method described in the man page for spell(1). This is where you'd be adding the Edward123, etc. You can use echo
ie if you want to replace the letter 'l' with the digit '1' in every word in the dictionary you will have to create appropriate entries.
You shouldn't need to add Hewlett or Packard or Edward to the dictionary as they don't contain non-alpha characters, hence would have been rejected before the dictionary is checked.
regards,
Darren