domain_client_validate()

Luke Kenneth Casson Leighton (lkcl@regent.push.net)
Wed, 29 Apr 1998 06:08:26 +0000 (GMT)

Date:	Wed, 29 Apr 1998 06:08:26 +0000 (GMT)
From:	Luke Kenneth Casson Leighton <lkcl@regent.push.net>
To:	Samba Technical List <samba-technical@samba.anu.edu.au>
Subject: domain_client_validate()

the passwords from smbclient are only LM hash provided, not the NT hash.
therefore, the test if (lmlen != 24 || ntlen !=24) breaks down when it
should not.

hm.