This is a discussion on [Samba] How can I create a ntlm-hash with Java within the Samba forums, part of the Networking and Network Related category; Hi i would like to create all my LDAP-Entries with a Java servlet. The only thing that stops me ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
i would like to create all my LDAP-Entries with a Java servlet. The only thing that stops me are the ntlm hashes (sambaLMPassword and sambaNTPassword). Can anybody tell me if there are any Java sources that create these values from a cleartext password or where in the samba sources they are calculated so I can port the algorithm to java? I searched the net for jacifs, which I heard should have coded that, but couldn't find it. It was certainly a bit naiv to think that smbpasswd.c would be the source file I needed. Can anybody point me to the right source? Thanks a lot, Malte Müller -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Sat, Jun 14, 2008 at 06:35:37PM +0200, M. Mueller wrote:
> i would like to create all my LDAP-Entries with a Java servlet. The only > thing that stops me are the ntlm hashes (sambaLMPassword and > sambaNTPassword). Can anybody tell me if there are any Java sources that > create these values from a cleartext password or where in the samba > sources they are calculated so I can port the algorithm to java? I > searched the net for jacifs, which I heard should have coded that, but > couldn't find it. It was certainly a bit naiv to think that smbpasswd.c > would be the source file I needed. > Can anybody point me to the right source? If you can live with lgpl'ed code you might look at ./jcifs/smb/NtlmPasswordAuthentication.java from the jcifs code. Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFIVDKVUzqjrWwMRl0RApElAJ0YwkNx4X8CsISZcDHgSt +kPMgSAACeJfqt JPbu3nRllhu+br8MWad0FiE= =HP+H -----END PGP SIGNATURE----- |