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
08-12-2004 02:24 AM
08-12-2004 02:24 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 02:26 AM
08-12-2004 02:26 AM
Re: Password
The only people that can change the password would be the user themselves or root. To the best of my knowledge this information is not logged anywhere and, even if it was, you would not necessarily know who was logged in as root.
I would suggest that you query anyone who has access to the root password.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 02:35 AM
08-12-2004 02:35 AM
Solution/usr/lbin/getprpw -m spwchg "user_name"
On non-trusted systems,
passwd -sa, should give you something.
It is not possible to know who changed it - root or user himself.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 02:36 AM
08-12-2004 02:36 AM
Re: Password
Try this:
# /usr/lbin/getprpw -m spwchg userid
I haven't been able to figure how to get who changed it.
Ways a passwd can be changed:
1) The user themselves
2) root
3) someone with restricted SAM access that can do user maintenance
4) someone with appropriae sudo (or some equivalent program) access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 02:39 AM
08-12-2004 02:39 AM
Re: Password
passwd -s -a
Will give you the date that the password was last changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 03:15 AM
08-12-2004 03:15 AM
Re: Password
Make a script as,
mv /usr/bin/passwd to /usr/bin/passwdorg
And gets the passwd command arguments and call the /usr/bin/passwdorg (original command) in it.
Here include your debug statments of date,userasked informations of full command line arguments to a logfile (/var/adm/syslog/passwdlog ).
Move this script to /usr/bin/passwd location so that all passwd actions will be logged.
HTH.
Regards
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 03:20 AM
08-12-2004 03:20 AM
Re: Password
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 03:28 AM
08-12-2004 03:28 AM
Re: Password
login: swamins1
Your password was changed by root
Password:
If the password was changed by the user itself, the user will not see any message.
u_pwchanger is the field in the TCB file that contains the username of the user that changed the password.
u_pwchanger This field records the user id of the last person to
change the account password if that user was not the
same the account's user. This is used to warn the user
at login time if the account password has been changed
possibly without the knowledge of the user.