Advertisement
Guest User

Untitled

a guest
May 18th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. user@localmachine:~$ ssh ldapuser@host
  2. ldapuser@host's password: <enters LDAP password>
  3. You are required to change your password immediately (password aged)
  4. <server message of the day is shown>
  5. Last login: <date of previous session>
  6. WARNING: Your password has expired.
  7. You must change your password now and login again!
  8. (current) LDAP Password: <enter LDAP password>
  9. New password: <enter new password>
  10. Retype new password: <enter new password>
  11. passwd: password updated successfully
  12. Connection to localhost closed.
  13.  
  14. May 18 19:39:22 pentesthub20160518 sshd[1018]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=localmachine user=ldapuser
  15. May 18 19:39:22 pentesthub20160518 sshd[1018]: pam_unix(sshd:account): expired password for user ldapuser (password aged)
  16. May 18 19:39:22 pentesthub20160518 sshd[1018]: Accepted password for ldapuser from localmachine port 59608 ssh2
  17. May 18 19:39:22 pentesthub20160518 sshd[1018]: pam_unix(sshd:session): session opened for user ldapuser by (uid=0)
  18. May 18 19:39:22 pentesthub20160518 passwd[1021]: pam_unix(passwd:chauthtok): user "ldapuser" does not exist in /etc/passwd
  19. May 18 19:39:23 pentesthub20160518 passwd[1021]: pam_unix(passwd:chauthtok): user "ldapuser" does not exist in /etc/passwd
  20. May 18 19:39:26 pentesthub20160518 passwd[1021]: pam_ldap(passwd:chauthtok): password changed for ldapuser
  21. May 18 19:39:26 pentesthub20160518 sshd[1020]: Received disconnect from localmachine: 11: disconnected by user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement