| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
Is there a maximum password length and how do I change the default. I was setting a users password to 9 characters and found out that it would accept the first 8. I would really like to be able to make the passwords longer. |
|
#2
| ||||
| ||||
Hi According to /etc/security/user definitions file, you cannot set a password greater than 8 characters in length * minlen Defines the minimum length of a password. The default is 0. * Range: 0 to 8. * * Note: The minimum length of a password is determined by minlen and/or * 'minalpha + minother', whichever is greater. 'minalpha + minother' * should never be greater than 8. If 'minalpha + minother' is greater * than 8, then minother is reduced to '8 - minalpha'. You would need to explore whether different authentication methods via ldap or active directory support a greater password length to satisfy your requirements HTH Steve
__________________ Take your time and think things through !! To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
#3
| ||||
| ||||
You cannot alter the maximum length of the AIX authentication. It's hard coded ... as you've already seen ... you can have passwords longer than 8 characters, but it will only use the first 8 characters as the password. You could look to use SSH public and private keys ... these would allow passwords longer than 8 characters, you'd have to allow users to have 0-length passwords, with none expiry and disable the use of telnet (which should be done by default in my opinion). I would however not recommend the use of 0-length and none expiry passwords as it removes a layer of security. Ben |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft Windows 2003 Active Directory integration | FASherman | Tutorials | 25 | April 28th, 2008 07:14 |
| Authentication using the KRB5A method issues | picaboicu | AIX for POWER Systems | 13 | April 4th, 2008 10:16 |
| how to recover vio password... | Melih | IBM PowerVM Editions | 2 | March 26th, 2007 09:10 |
| anyone has a script for creating users with password defined | s.fida | AIX for POWER Systems | 4 | August 9th, 2006 07:55 |