Problems setting password.


 
Thread Tools Search this Thread
Operating Systems Solaris Problems setting password.
# 8  
Old 05-15-2014
I initially thought this (and posted in haste) but further reading suggests that this might be the minimum length (totally re-wrote my post), so I'm left confused. There are descriptions about altering the encryption to use md5 or another method that will lift the limit too.


Robin
# 9  
Old 05-15-2014
@rbatte1......yes, of course, you are correct.

Here's a link on Solaris 10 password policy
Solaris 10 Password Policy Enforcement | arfore dot com

My money is still on something to do with this setup, but I can't see what.

The system is ignoring the later characters in the passwords given.
This User Gave Thanks to hicksd8 For This Post:
# 10  
Old 05-15-2014
Agreed, and until we find that, ..............
# 11  
Old 05-15-2014
Do accounts other than the gaajc;s behave correctly?

If you test another account with, say, a eight character password, will it still login if you don't give all eight characters for the password?

Is the odd behaviour only associated with 'gaajcXX' accounts?
# 12  
Old 05-15-2014
Doesn't the line you showed us:
Code:
PASSLENGTH=6

tell your system to ignore everything after the first six characters in a password.
# 13  
Old 05-16-2014
/etc/security/crypt.conf

Code on /etc/security/crypt.conf :

Code:
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident	"@(#)crypt.conf	1.2	08/05/14 SMI"
#
# The algorithm name __unix__ is reserved.

1	crypt_bsdmd5.so.1
2a	crypt_bsdbf.so.1
md5	crypt_sunmd5.so.1
5	crypt_sha256.so.1
6	crypt_sha512.so.1


Last edited by Don Cragun; 05-16-2014 at 02:20 AM.. Reason: Add CODE tags.
# 14  
Old 05-16-2014
Quote:
Originally Posted by Don Cragun
Doesn't the line you showed us:
Code:
PASSLENGTH=6

tell your system to ignore everything after the first six characters in a password.
Yes, it does.
Change it to 8 !
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Password compliance setting

I need to set password compliance for some servers in my company. However, the requirements are that we need to set different password policies for 3 different user groups within the company. These are : System Users: i.e root, etc Batch/Application Users: oracle, bscs, etc Standard User:... (0 Replies)
Discussion started by: anaigini45
0 Replies

2. SuSE

Setting password complexity

Hi, I am setting password complexity in SLES 11. I am able to do most of things pam-config -d --pwcheck pam-config -a --cracklib pam-config -a --cracklib-minlen=8 pam-config -a --cracklib-dcredit=-1 pam-config -a --cracklib-ocredit=-1 pam-config -a --pwhistory pam-config -a... (1 Reply)
Discussion started by: solaris_1977
1 Replies

3. AIX

Problems setting up multipathing

What is the following output telling me? fget_config -Av ---dar0--- User array name = 'BSNorth-DS4300' dac3 ACTIVE dacNONE ACTIVE Disk DAC LUN Logical Drive hdisk4 dac3 0 TestDiskForAll ---dar1--- User array name = 'BSNorth-DS4300' dac2 ACTIVE dacNONE ACTIVE Disk DAC ... (0 Replies)
Discussion started by: petervg
0 Replies

4. Solaris

default password setting

Can anyone kindly explain to me the meaning of the default values of the code below please? Thank you very much #MINDIFF=3 #MINALPHA=2 #MINNONALPHA=1 #MINUPPER=0 #MINLOWER=0 #MAXREPEATS=0 #MINSPECIAL=0 #MINDIGIT=0 #WHITESPACE=YES (1 Reply)
Discussion started by: cjashu
1 Replies

5. AIX

Setting up Password Security in AIX 5.3

In AIX 5.3 tech level 11: I want to setup a default password policy to have at least one of each of the following: alpha character, numeric character, and "special" character ("!", "&", etc). The smitty Security and Users --> Passwords --> System Password Policy screen only offers "MIN... (2 Replies)
Discussion started by: kikwit_phil
2 Replies

6. UNIX for Advanced & Expert Users

setting password in ldap

Hi, I have installed open ldap according to the order from this video: YouTube - bowendenning's Channel sudo apt-get install slapd sudo apt-get install ldap-utils sudo apt-get install phpldapadmin The installaion was good. However it did NOT ask from me any password. After I enter to... (0 Replies)
Discussion started by: programAngel
0 Replies

7. Solaris

Password Setting

Hi: Could I set the: - Login Time-out Interval - Password History Count - Lockout Duration - Lockout Threshold for user account in Sun Solaris 5.8. Thanks for your help (6 Replies)
Discussion started by: mlsun
6 Replies

8. UNIX for Advanced & Expert Users

setting password for user using useradd?

hi all i am writing a script to create user and group from the input given to script for eg. script needs to values 1. mode - 1 or 2 2. id - if mode is 1 then id should be 2 char like x1 / v1 / v2 if mode is 2 then id should be 1 char like x / v / e from these to values group is... (1 Reply)
Discussion started by: zedex
1 Replies

9. UNIX for Dummies Questions & Answers

Please help, color setting problems

I am one of the newbies. I am trying to install RedHat Enterprise AS on my notebook (i know it is not a good start to go with it, but it is the only dvd i have) on Windows XP by using the Virtual PC 2007. The installation processes were very fine. However, i have problem when it boot up to its... (2 Replies)
Discussion started by: sanlen
2 Replies

10. UNIX for Dummies Questions & Answers

Help in setting up password without Interaction.

Can anybody tell me how can I create an account without having to enter the password after editing the vipw file. I mean the system should automatically take care of the password encryption in the shadow file and I don't to enter the password again and the Account should be ready to go. ... (3 Replies)
Discussion started by: syedifti
3 Replies
Login or Register to Ask a Question