- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Password length - again
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-24-2005 12:21 AM
11-24-2005 12:21 AM
We use sudo (from sudo-1.6.8p7-sd-11.11) on a HP-UX 11i trusted system. As is, this requires users to have a <= 8 char passwd. I either need to configure sudo to work with the 25char encrypted passords I get when a user uses >8 chars or force users to use <= 8 chars. Either would do.
I know that the max-length configured in SAM only controls the length of auto-generated passwords (not that this works).
There seems to be solutions for Linux (/etc/login.def).
/etc/default/security doesn't include a max length setting AFAICS.
Ideas please
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:03 AM
11-24-2005 05:03 AM
Re: Password length - again
The password entry for pam_unix inclues a max
option
There are alternative password verifiers that
also work.
However, if they change the pasword as root,
the verifications are bypassed.
I am surprized that the HP-UX trusted system
would limit passwords to 8 characters.
Check the pam password settings on HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 10:14 PM
11-24-2005 10:14 PM
Re: Password length - again
HP-UX can handle passwords of more than 8 characters. For that you need to go to a trusted system. Then it will be compatible with Linux on that level.
HP-UX still however ignores usernames more than 8 charactes under trusted mode and if that is an issue there is little you can do.
sudo is an open source product and there is source code on the website you got it from. You can probably change any routines that don't work with more than 8 characters and recompile.
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
11-27-2005 09:44 PM
11-27-2005 09:44 PM
Re: Password length - again
The man pages for pam_unix don't offer a password length parameter to put into pam_conf. Only use_first_pass, try_first_pass and use_psd are documented.
I meant to post this into the HP-UX admin forum but I must have been in a searched anywhere/found Linux thread when I posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 10:00 PM
11-27-2005 10:00 PM
Re: Password length - again
Your best bet is to limit passwords to 8 charac ters across the board. You can require special characters and numbers and capitalization in /etc/defaults/security on HP-UX.
I believe /etc/default/security does allow you to set length requirements.
The problem with going beyond 8 characteres, is that in certain circumstances HP-UX ignores characters beyond the 8th.
Good Luck.
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
11-28-2005 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 07:59 PM
12-01-2005 07:59 PM
Re: Password length - again
That is what I would like to do. Building a special sudo is not a good idea as I am a contractor and it would have to be checked by a permanent staff member. As I am here while they recruit one ...
The man page for /etc/defaults/security makes no mention of maxima for any password attribute.
Thanks for your efforts. I'll re-ask on HPADM. Failing that I'll put it into the correct forum here.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 08:03 PM
12-01-2005 08:03 PM