Hello, How can i make an lm/ntlm hash from a plain text password ?? i need a way to generate a ntlm password to put into an external database. we make the users and there passwords on a machine that is not direct connected to the samba domain. we can export the database, so the only prob i have left is, how to get the samba passwords (lm/nt) in the database. Thx. Collen
On Fri, Apr 03, 2009 at 10:29:27AM +0200, Collen Blijenberg wrote:> How can i make an lm/ntlm hash from a plain text password ??google for mktnpwd Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20090403/16e18c87/attachment.bin
On 03.04.2009 10:29, Collen Blijenberg wrote:> Hello, > > How can i make an lm/ntlm hash from a plain text password ?? > > i need a way to generate a ntlm password to put into an external database. > we make the users and there passwords on a machine that is not direct > connected to the samba domain. > we can export the database, so the only prob i have left is, how to get > the samba passwords (lm/nt) in the database. >You could use perl and the Crypt::SMBHash module. Peter Rindfuss
Hallo, Volker, Du meintest am 03.04.09:>> How can i make an lm/ntlm hash from a plain text password ??> google for mktnpwd^^ nt <http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/mkntpwd/> Viele Gruesse! Helmut
Thx, found both packages. and they fit my needs... (-: Greets, Collen Peter Rindfuss wrote:> On 03.04.2009 10:29, Collen Blijenberg wrote: >> Hello, >> >> How can i make an lm/ntlm hash from a plain text password ?? >> >> i need a way to generate a ntlm password to put into an external >> database. >> we make the users and there passwords on a machine that is not direct >> connected to the samba domain. >> we can export the database, so the only prob i have left is, how to >> get the samba passwords (lm/nt) in the database. >> > > You could use perl and the Crypt::SMBHash module. > > Peter Rindfuss
Or php class smbHash: http://www.koders.com/php/fidC803D608E93A9E4FD6F3B4C4270B8A37DFD42261.aspx?s=smtp+server from LDAP Account Manager (http://www.sourceforge.net/projects/lam) greetings mario Peter Rindfuss schrieb:> On 03.04.2009 10:29, Collen Blijenberg wrote: >> Hello, >> >> How can i make an lm/ntlm hash from a plain text password ?? >> >> i need a way to generate a ntlm password to put into an external >> database. >> we make the users and there passwords on a machine that is not direct >> connected to the samba domain. >> we can export the database, so the only prob i have left is, how to >> get the samba passwords (lm/nt) in the database. >> > > You could use perl and the Crypt::SMBHash module. > > Peter Rindfuss
On Fri, Apr 03, 2009 at 11:55:00AM +0100, Helmut Hullen wrote:> Hallo, Volker, > > Du meintest am 03.04.09: > > >> How can i make an lm/ntlm hash from a plain text password ?? > > > google for mktnpwd > ^^ > ntThanks :-) Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20090403/35631c9f/attachment.bin
On 03.04.2009 12:05, Collen Blijenberg wrote:> Thx, found both packages. > and they fit my needs... (-: > > Greets, Collen > > > Peter Rindfuss wrote: >> On 03.04.2009 10:29, Collen Blijenberg wrote: >>> Hello, >>> >>> How can i make an lm/ntlm hash from a plain text password ?? >>> >>> i need a way to generate a ntlm password to put into an external >>> database. >>> we make the users and there passwords on a machine that is not direct >>> connected to the samba domain. >>> we can export the database, so the only prob i have left is, how to >>> get the samba passwords (lm/nt) in the database. >>> >> >> You could use perl and the Crypt::SMBHash module. >>I forgot to mention: I also have some C/C++ code that creates a ntlm passwd using ms windows crypto functions. Let me know if you want it. Peter