Is there a log for password change?


 
Thread Tools Search this Thread
Operating Systems Solaris Is there a log for password change?
# 1  
Old 05-04-2010
Is there a log for password change?

hi,
i am try to find the log if some one change the password for any account.
plz help me to find this log.


thanks.

---------- Post updated 05-04-10 at 12:50 AM ---------- Previous update was 05-03-10 at 01:43 AM ----------

what i am looking for is the log message from the system for change the password with time, if it's a feature or need something to be active please let me know ...

thanks,
Mahm.
# 2  
Old 05-04-2010
I think, the only chance to do this is using Solaris auditing.

See: Solaris Auditing (System Administration Guide: Security Services) - Sun Microsystems
# 3  
Old 05-04-2010
Alternatively, if the passwords are stored on a LDAP server, password changes should be logged there.
# 4  
Old 05-04-2010
Jlliagre:
so if i am not using LDAP i can't find the logs?!

hergp:
still i am reading this documents... if i got the solution i'll post it here ...

many thanks Smilie
# 5  
Old 05-04-2010
Quote:
Originally Posted by mahm_14
so if i am not using LDAP i can't find the logs?!
You cannot deduce that from what I wrote.
If you are using LDAP, there will be logs (unless they have been disabled).
If you aren't using ldap, there won't be logs unless you set up something to have some. What precisely are you looking for ? Last password change day is recorded in /etc/shadow.
# 6  
Old 05-04-2010
Are you looking for a log of users who change their own passwords or are you trying to determine if someone changed a password that was not theirs? If the latter, you may have a log entry for the use of elevated privileges. It just depends on how your system is configured. This is especially true if you use SU or SUDO to gain elevated privileges.
# 7  
Old 05-04-2010
what i need is very simple:
if i change the root password, should there is a log e.g. root password is changed @ 22:11:34 by root user.
if the root reset any other user passwords like oracle user, e.g. oracle password is changed @ 22:11:34 by root.

so this kind of logs are available or not? if i have to enable or configure any thing please help me..

Jlliagre:
we have an applince called "PAR" e-DMZ Security ? Password Auto Repository (PAR) this applince is managing solaris users, for some reason some of the users complains we are not able to login and the password changed just i need to know why the password reset happend for them so i need to identify the user coz this applince has 1 user equvelent to root called padmin. just i need to know which user is rests the password for specifide users.
i can't got it from /etc/shadow because the applince keep changeing the password for each account request.

thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies

2. AIX

Change password to blank password

AIX 6.1 User has a password set. It needs to be a blank password (no password). smit passwd enter user name at change password and confirm password, just press ENTER Afterwards, I could not log on with blank password or with original password. How can I change the password to a... (2 Replies)
Discussion started by: landog
2 Replies

3. UNIX for Dummies Questions & Answers

Help with Password Change

When I am trying to change the password of my account. I could see the following error: passwd: Changing password for ramu Enter existing login password: passwd: Sorry: less than 14 days since the last change. Permission denied Is anybody out there who can help me in changing my password? (4 Replies)
Discussion started by: bobby1015
4 Replies

4. Solaris

Solaris 8 - Asks for current root password when trying to change root password.

Hello All, I have several solaris boxes running Solaris 8. When changing root passwords on them, all will simply ask for the new root password to change and of course to re-type the new password. One of the systems however asks for the existing root password before it will display the new password... (8 Replies)
Discussion started by: tferrazz
8 Replies

5. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

6. Post Here to Contact Site Administrators and Moderators

how to change password?

for my membershi id in this site. :) Regards Indrajit (6 Replies)
Discussion started by: ipzig
6 Replies

7. UNIX for Advanced & Expert Users

change password ??

Hey all, How to reset the password to a given user id ?? I used passwd commands, but now for that user there are 2 passwords. i.e the old and new passwords. as : passwd mqcfaostt oldpassword : pass1 new password : pass2 Confirm new password : pass2 Now, su - mqcdaostt is working for... (4 Replies)
Discussion started by: varungupta
4 Replies

8. HP-UX

How I Can Change The Password

I need change the password a two user. what're the commands to complete this requerement (4 Replies)
Discussion started by: bobangarcia
4 Replies

9. UNIX for Dummies Questions & Answers

Change password by pushing encrypted password to systems

I'm tasked to change a user's password on multiple Linux systems (RH v3). I though copying the encrypted password from one Linux /etc/shadow file to another would work but I was wrong. The long term solution is to establish an openLDAP Directory service, but for now I'm stuck with a manual... (1 Reply)
Discussion started by: benq70
1 Replies

10. UNIX for Advanced & Expert Users

can't change password

I have just upgraded one on my solaris 8 machine to solaris 9 the upgraded went fine and user have loging on successfully and authenticated user logon on nis successfully. My Nis master runs on solaris 8. my solaris 9 machine is configure as a Nis client and authenticated user successfully but... (9 Replies)
Discussion started by: hassan2
9 Replies
Login or Register to Ask a Question