![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enforcing password length. | uxadmin007 | SUN Solaris | 5 | 05-06-2009 02:02 AM |
| AIX 5.3 userid password length to 6 | itik | AIX | 2 | 03-16-2009 12:13 PM |
| How to increase the maximum record length | mahish20 | UNIX for Dummies Questions & Answers | 1 | 03-05-2009 12:33 PM |
| minimum password length | jestinabel | HP-UX | 3 | 06-25-2007 01:38 AM |
| password length | bong02 | AIX | 1 | 08-07-2006 12:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello All,
I am using RHEL 4. Currently maximum password length limit is set to 8 on my system. Please tell what do i need to change to increase this limit to say 20. I changed the login.defs and included the following line - " PASS_MAX_LEN 20 " but this dint work. I further modified /etc/pam.d/system-auth file and added there too as- " password sufficient /lib/security/$ISA/pam.unix.so nullok maxlen=20 use_authtok md5 shadow " but this too doest work. Can anyone please tell me how to increase the password length. Thanks and Regards, Shamik. |
|
||||
|
Can you please tell in brief what does the following mean -
"Note that despite the possibility to use more characters, only the first 8 are used." The security directory is present in /etc directory in my system and following are its contents - console.apps/ access.conf chroot.conf console.perms group.conf limits.conf opasswd pam_env.conf pam_winbind.conf time.conf There is no file called security in /etc/default |
|
||||
|
I don't get it. My root password is almost twice as long, and mistyping any of the characters after the eighth makes a failed login. Unless this is some odd redhat-specific thing...
|
|
||||
|
A lot of older versions of unix don't support more than 8 characters. HPUX 10.2 for example. Stevens 'Advanced Programming in the UNIX Environment' mentions it as well. Red Hat out of the box hashes a maximum of 8; here is a discussion explaining changing PAM etc. to increase the password length:
Red Hat Knowledgebase: How do I change the default password length? I have not used RHEL 4 so I assumed this was true. |
|
||||
|
Quote:
it not work, why ?? === entry in /etc/pam.d/system-auth password requisite pam_cracklib.so try_first_pass retry=3 minlen=8 === |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|