- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user administration
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
07-19-2011 08:18 AM
07-19-2011 08:18 AM
user administration
User asking two time password to type on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 08:23 AM
07-19-2011 08:23 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 08:24 AM
07-19-2011 08:24 AM
Re: user administration
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
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
07-19-2011 08:25 AM
07-19-2011 08:25 AM
Re: user administration
for particular user asking every login its asking two times to enter the passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 08:27 AM
07-19-2011 08:27 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 08:57 AM
07-19-2011 08:57 AM
Re: user administration
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
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
07-19-2011 10:54 AM
07-19-2011 10:54 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 01:35 PM
07-19-2011 01:35 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 02:28 AM
07-20-2011 02:28 AM
Re: user administration
So try a short password ...
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 05:34 AM
07-20-2011 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 05:37 AM
07-20-2011 05:37 AM
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.