Displaying 1 result from an estimated 1 matches for "08394fd8".
2004 Apr 19
1
Samba + pdb_mysql - password hashes disappearing?
...%s in %08x\n", pwd,
sampass));
DEBUG(0, ("Trying to get it back: %08x\n",
pdb_get_lanman_passwd(sampass)));
This is to the verify it is setting the password, and able to retrieve
it. I get the correct lines in the logfile ("Setting LANMAN password
<same stuff> in 08394fd8", then "Trying to get it back: 08397808").
Curiousier and curiousier. I added debug lines to auth/auth_sam.c,
sam_password_ok, line 56:
DEBUG(0, ("Attempting to retrieve passwords for user '%s' from
%08x.\n", username,sampass));
lm_pw = pdb_get_lanman_passwd(sa...