search for: 0ffc151c0c48e8dc9e64e224dc080c6a

Displaying 1 result from an estimated 1 matches for "0ffc151c0c48e8dc9e64e224dc080c6a".

2008 Sep 08
0
wrong userPassword hash generated by smbpasswd (pam_password=exop and smbk5pwd ) on a samba+ldap PDC running on FreeBSD
...(#password here is "mdp?") New SMB password: Retype new SMB password: # smbldap-usershow testuser dn: (...) (...) shadowLastChange: 14130 userPassword: {CRYPT}$1$w8UpPdhA$GjVBkGHTMmMMangBh8bqN0 sambaPwdLastSet: 1220844214 sambaLMPassword: 95bbbebfe631db91aad3b435b51404ee sambaNTPassword: 0ffc151c0c48e8dc9e64e224dc080c6a # openssl passwd -1 -salt 'w8UpPdhA' Password: (input "mdp?" as password) $1$w8UpPdhA$Ykv5oOAYnTQknCjVF5kJc1 (the hash generated by smbpasswd is different than the one generated by openssl -1 despite using the same salt string) # smbclient -U testuser -L mypdc (but windows...