- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem unlocking account on Trusted Host
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
09-13-2002 10:13 AM
09-13-2002 10:13 AM
Problem unlocking account on Trusted Host
The problem is that after I locked my account via to many login attempts, it won't allow me to unlock the account (either through SAM or /usr/sbin/modprpw -v USER).
I've checked the account on the NIS+ server and it's not locked, but if I do a /usr/sbin/getprpw USER on the client machine, it has a lockout=0001000 (too many login attempts) shown.
The curious thing is that it doesn't look like Tusted System is keeping the /tcb/files/auth entry in sync with NIS+. That's how the problem occured in teh first place, I believe. I had changed my password on the NIS+ server, then when logging in to that box that had been recently converted to Trusted System, it wouldn't take the new password. Also curious is that in another window I still have active, I can use sudo and it recognises the new password.
I've checkpointed and restarted the NIS+ server and the processes on teh NIS+ client.
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 12:19 PM
09-13-2002 12:19 PM
Re: Problem unlocking account on Trusted Host
have you tried "modprpw -x user" or "modprpw -k user"?
One of the two is for "root", but the other is to enable all the other users (I just cannot remember which one is what).
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 11:06 PM
09-13-2002 11:06 PM
Re: Problem unlocking account on Trusted Host
/usr/lbin/modprpw -k user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 11:54 PM
09-13-2002 11:54 PM
Re: Problem unlocking account on Trusted Host
set TTSYNCD=1 in /etc/rc.config.d/comsec to start it at system boot.
man ttsyncd
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:49 AM
09-16-2002 05:49 AM
Re: Problem unlocking account on Trusted Host
SAM reports that modprpw failed when trying to activate the user on the client.
ttysyncd is running on the NIS+ server. I tried to start it on the client just for kicks and it says rpc.nisd isn't running, so I assume it's a NIS+ server component, not a client agent or the like.
On a whim, I deleted the /tcb/files/auth entry for myself. This allowed me to log in and recreated the entry.
This seems like a synchronization issue between the NIS+ server and NIS+ client and Trusted Server not honoring the NIS+ namespace first before the /tcb entries.
Thanks for getting my brain going
Eric