1829490 Members
1474 Online
109991 Solutions
New Discussion

user administration

 
jsahibjon
Occasional Contributor

user administration

User asking two time password to type on hpux

10 REPLIES 10
James R. Ferguson
Acclaimed Contributor

Re: user administration

Hi:

@jsahibjon wrote:

User asking two time password to type on hpux


And so the question is?

 

I assume that the user is being asked to change the password or that the user has requested to change the password.  In either case, this is normal behavior --- to confirm the old password and to confirm the new password *twice* to make sure you know what you are doing,

 

...JRF...

Steven E. Protter
Exalted Contributor

Re: user administration

Shalom,

The default behavior of the OS is to request password changes be typed in twice.

This has been proven to reduce passwords being forgotten in statistical studies.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jsahibjon
Occasional Contributor

Re: user administration

for particular user asking every login its asking two times to enter the passwd

 

DeafFrog
Valued Contributor

Re: user administration

HI jsahibjon ,

 

Welcome to forum.

 

This is a normal feature with any operating system.Usually when you provide an incorrect password , the system will prompt for password agian , before finally terminating you login attempt and locking your account ( these are configurable ) .Also , you need to supply your string twice , when changing the password . If your case exclude these 2 cases , pls post .

 

Regards,

FrogIsDeaf
Steven E. Protter
Exalted Contributor

Re: user administration

Shalom,

Perhaps the password is not being updated.

pwck

Look for issues and report back.

Consider manually changing the user password with root user if permitted by security policy.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jsahibjon
Occasional Contributor

Re: user administration

we have reset the user password to new one and enable the user account with modprpw , we have tried to login with user name and new password again its asking the passwd.

Dennis Handly
Acclaimed Contributor

Re: user administration

>User asking two time password to type on hpux

 

You might want to look at lastb(1) to see if there were any stray initial chars in the bad password?

V. Nyga
Honored Contributor

Re: user administration

Also - the password may not be longer than 8 signs (if I remember right).
So try a short password ...

V.
*** Say 'Thanks' with Kudos ***
Arunabha Banerjee
Valued Contributor

Re: user administration

Please share the following command output for further diagnosis.

 

# grep -v ^# /etc/default/security

# cat /tcb/files/auth/system/default

# /usr/lbin/modprpw -l username

 

Try the below two command and see if it is working or not

# /usr/lbin/modprpw -k username

# /usr/lbin/modprpw -v username

AB
Arunabha Banerjee
Valued Contributor

Re: user administration

And one more thing please let me know if you are using any special character in your password or not.

If possible try to avoid this @ special character in your password.

AB