- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- passwd with trusted system
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-04-2001 01:26 PM
04-04-2001 01:26 PM
passwd with trusted system
Thank you in advance for any assistance you can provide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 01:32 PM
04-04-2001 01:32 PM
Re: passwd with trusted system
There is the possibility to use the restricted sam (sam -r) to grant some users privileges such as of adminitering users accounts, and so if not change the passwd, reset the passwd on trusted systems using sam
Good luck
Regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 02:30 PM
04-04-2001 02:30 PM
Re: passwd with trusted system
Since your system is trusted now it would be wise to grant also someon the right to shutdown the box in case the root account get deactivated or someone has changed to passwd without you knowing...
Just thoughts
all the best
Victor
P.S.
Just to check I gave a try on a trusted system, if you are not root it askes youfor the previous passwd and if you are root:
# passwd vbe
Changing password for vbe
Last successful password change for vbe: Tue Mar 16 17:53:07 1999
Last unsuccessful password change for vbe: Tue Mar 16 17:48:09 1999
Do you want (choose one letter only):
pronounceable passwords generated for you (g)
a string of letters generated (l) ?
to pick your passwords (p) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 05:56 PM
04-04-2001 05:56 PM
Re: passwd with trusted system
You can try
/usr/lbin/modprpw -k
to enable the account
/usr/lbin/modprpw -x
to reset the password
Let me know what error you get when trying these commands.
Cheers
Karthik...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 06:44 PM
04-04-2001 06:44 PM
Re: passwd with trusted system
pwck -s /* or pwchk, can't remember exactly */
that will verify the validity of /etc/password and the user account files under /tcb, this way you know at least the problem wasn't came from data.
~Philip