- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about password
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
06-25-2002 12:05 AM
06-25-2002 12:05 AM
about password
I want to know who change a user's password,what can i do.
Is there any log to record the history of changing passeword.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:09 AM
06-25-2002 12:09 AM
Re: about password
only on trusted systems you can activate logging a password history. You can get your system to a trusted system simply using SAM. Then security, and perform the trusted system. After that you can configure a password history.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:29 AM
06-25-2002 12:29 AM
Re: about password
User password can be changed only by the user or root. Only on trusted system you have ability to log password changes. Conversion to trusted:
# /usr/lbin/tsconvert
trusted admionistration by SAM.
Later,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:40 AM
06-25-2002 12:40 AM
Re: about password
A small help:
for FILE in `awk 'BEGIN{FS=":"}{printf $6; print "/.sh_history"}' /etc/passwd`
do
grep passwd $FILE
done
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:23 PM
06-25-2002 07:23 PM
Re: about password
could you explain what's different between trusted system and un-trusted system for me, thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:28 PM
06-25-2002 07:28 PM
Re: about password
This posting should explain. It also has some very good links to further information should this remain unclear to you.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x12bf3a7b3682d611abdb0090277a778c,00.html
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:56 PM
06-25-2002 07:56 PM
Re: about password
1) The user him / her self can change it (obviously). This could be logged in the users shell history file if it is enabled.
2) root can change anyones passwd. This could be logged in roots shell history, if enabled.
3) If you have set up a "restricted SAM" for help desk users, and included in that the ability to change / reset users passwords. I do not know if this would be logged anywhere or not. You could potentially have a look at SAMs log file.