- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password issue
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
10-22-2002 08:15 AM
10-22-2002 08:15 AM
We have a dev server accessed by more than 20 users, some of them just use "password" or their username as password. Is there a way in HPUX 11.0 that we can enfoce some password rule(like in Win2000), which won't allow users to choose password which don't have numbers and Captical letters ? Or as a root user, is there any way I can detect user's password is "password" or username.
BTW, we're not running a trusted system.
thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:16 AM
10-22-2002 08:16 AM
Re: password issue
you can put security file in /etc/default dir.
It will give you some control on passwords.
(trusted system is better option)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:19 AM
10-22-2002 08:19 AM
Re: password issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:20 AM
10-22-2002 08:20 AM
Re: password issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:20 AM
10-22-2002 08:20 AM
SolutionThere is no way to decrypt the user's password because it is not encrypted; it's actually hashed meaning that there is a many to one relationship between the plaintext and the encoded passwd. You can download and install 'crack' from any of the HP-UC Porting Centre's; it makes repeated guesses until it's hashed passwd matches that found in the passwd file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 06:47 PM
10-22-2002 06:47 PM
Re: password issue
- it has no effect unless you are up to date on patches (and 2002 patch bundle will do)
- only the libpam patch readme file plus the man page for security will have all the options.
There is no history possible (to prevent re-use) without a Trusted system but you can at least enforce some restrictions on choosing a password.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:46 PM
10-23-2002 12:46 PM
Re: password issue
allows you to force passwords to have various combinations of digits or upper case, lower case and special characters. See the patch documentation file for details.