Guest User

Untitled

a guest
Apr 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Changing password for user.
  2. (current) UNIX password:
  3. New password:
  4. Retype new password:
  5.  
  6. user@host:/tmp/pam-1.1.8$ grep '(current) UNIX password:' -B2 -A3 modules/pam_unix/pam_unix_passwd.c
  7. retval = _unix_read_password(pamh, lctrl
  8. ,Announce
  9. ,_("(current) UNIX password: ")
  10. ,NULL
  11. ,_UNIX_OLD_AUTHTOK
  12. ,&pass_old);
  13. user@host:/tmp/pam-1.1.8$ _
Add Comment
Please, Sign In to add comment