- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re-assigning an already used password to a user in...
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
02-28-2006 03:18 AM
02-28-2006 03:18 AM
Re-assigning an already used password to a user in a trusted system
SAs:
A few of my users who use a common application account want me to re-assign the same password to an expired account. Is there a kind of backdoor mechanism which I can use to assign the same password (or a password which was already used once, a while ago) to the user.? If yes could you please let me know. This is a trusted system.
Regards,
Kennedy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:21 AM
02-28-2006 03:21 AM
Re: Re-assigning an already used password to a user in a trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:25 AM
02-28-2006 03:25 AM
Re: Re-assigning an already used password to a user in a trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:28 AM
02-28-2006 03:28 AM
Re: Re-assigning an already used password to a user in a trusted system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:32 AM
02-28-2006 03:32 AM
Re: Re-assigning an already used password to a user in a trusted system
1) Temporarily comment out the PASSWORD_HISTORY_DEPTH entry in /etc/default/security. You can then use the passwd command to re-enter a previously used password. You then re-enable the PASSWORD_HISTORY_DEPTH entry in /etc/default/security.
2) Enter this command:
perl -e '{print crypt("secret","AZ"),"\n"}'
and substitute the desired plaintext password for "secret". You then copy the output of this command into the u_pwd=entry in the /tcb/files/auth/x/xusername file thjat matches this user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:32 AM
02-28-2006 03:32 AM
Re: Re-assigning an already used password to a user in a trusted system
move /etc/default/security to some other file for a while. Set password and move the security file back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 04:53 AM
02-28-2006 04:53 AM