Revision 6ac18f9d
Added by Jim Pingle over 13 years ago
etc/inc/auth.inc | ||
---|---|---|
496 | 496 |
} |
497 | 497 |
|
498 | 498 |
// Generate the NT-HASH from the unicode string |
499 |
$user['nt-hash'] = bin2hex(mhash(MHASH_MD4, $ustr));
|
|
499 |
$user['nt-hash'] = bin2hex(hash("md4", $ustr));
|
|
500 | 500 |
} |
501 | 501 |
|
502 | 502 |
function local_user_get_groups($user, $all = false) { |
Also available in: Unified diff
mhash -> hash change from Ermal