- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password Expiration
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
04-24-2002 07:19 AM
04-24-2002 07:19 AM
Any suggestions to resolve this problem will be very helpful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:22 AM
04-24-2002 07:22 AM
Re: Password Expiration
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:28 AM
04-24-2002 07:28 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:28 AM
04-24-2002 07:28 AM
Re: Password Expiration
It looks like password database is corrupted as Craig mentioned. If nothing works try converting server to untrusted and then try trusting it again.
/usr/lbin/tsconvert -r will unconvert the server
/usr/lbin/tsconvert -c to convert it back.
-Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:40 AM
04-24-2002 07:40 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:43 AM
04-24-2002 07:43 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:43 AM
04-24-2002 07:43 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:48 AM
04-24-2002 07:48 AM
Re: Password Expiration
passwd
passwd -f
If root can login surely the database isn't corrupt?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:53 AM
04-24-2002 07:53 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:57 AM
04-24-2002 07:57 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:11 AM
04-24-2002 08:11 AM
Re: Password Expiration
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:22 AM
04-24-2002 08:22 AM
Re: Password Expiration
From the previous response, I'm assuming that since the password change was done in a trusted environment we should not have the same problem 90 days from now when the system will expire the user's password.
The situation before was that the users password was created in a non- trusted enviroment and then the system was converted to trusted a few weeks later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:29 AM
04-24-2002 08:29 AM
Re: Password Expiration
cd /tcb/files/auth/
then vi a users file lets sa s/sj1234
replace the hash between = and : i.e.. :u_pwd=rurCWlXw1t7jg:\ with
:u_pwd=:
Then have them try changing their password then. What this does is to wipe out the old password, so their if it is 9 char that won't come into play, they then will have to enter a 8 char password with a special character.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 10:56 AM
04-24-2002 10:56 AM
Re: Password Expiration
Root can always changes password for asll users.
just su to user and change the password for that user.
else you can edit
/tcb/files/auth/*/username
wheere * is the username's first letter and username is loginid for perticular user.
remove the encrypted password string from this file and change the password.
You can do one thing,
just unconvert the trusted system to normal and clear password filed from /etc/passwd file for all the users , then ask users to enter password they wish.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 07:31 AM
04-28-2002 07:31 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 07:36 AM
04-28-2002 07:36 AM
Re: Password Expiration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 07:36 PM
04-28-2002 07:36 PM
Re: Password Expiration
Here is my practical experience,
I was also trying to change the password for an user using the following
==============================
$ /sbin/passwd
Changing password for niraj
Invalid login name.
==============================
Then I tried
=============================
$ /usr/bin/passwd niraj
Changing password for niraj
Old NIS password:
New password:
==============================
ANd it worked !!!! ::)
After this I tried
$ which passwd
/sbin/passwd
I change my search path and it is working fine. you can also try with /usr/bin/passwd
-Niraj