[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: smbldap tools
On Thu, 2002-10-31 at 15:21, Gregory Chagnon wrote:
> Hi:
> I'm using the smbldap tools to enter in users to a LDAP directory. For the
> password, it's making 3 entries, lmPassword, ntPassword, and userPassword.
> Does anyone know which hashing algorithms they each use? Also, what are
> each of those entries used for? Thanks !!!
> -Greg
that tool is for dealing with windows clients which need the
nthash and lmhash of the passwords
the userpassword is probably the crypt hash
the lmhash is for win9x clients
the nthash is for winnt+ clients
you don't need the smbldap tools unless you're using samba...
brad