FW: tng feedback needed

Luke Kenneth Casson Leighton lkcl at samba.org
Wed Feb 9 07:05:11 GMT 2000


On Wed, 9 Feb 2000, Richard Sharpe wrote:

> Hi,
> 
> At 05:45 PM 2/9/00 +1100, Lonnie J. Borntreger wrote:
> >OK, Luke.  This is my official bitching to the list. :)
> >
> >I need someone with access to a NT-PDC to do a netmon capture of packets
> >during a successful win95/98 logon session so Luke can fix this in TNG.  I
> >have access to a win95 machine that logs into an NT domain, but it's rather
> >hard to capture the logon packets since the logon occurs before I could
> >start the packet capture.
> >
> >Can anyone __please__ help?  (See Luke's comments below for more specifics
> >on the things to capture.)
> 
> Well, hell, I have heaps of these ... I can possibly even add the code back
> in.  It is not hard ... Win95 and 98 (I have captures of both) only send a
> NETLOGON request, probably a GETDC, and then connect to the server server

you _have_ to make sure that the code _correctly_ distingushes between
win95 GETDC and an nt GETDC (likewise for SAMLOGON request) on UDP 138.

doing this:

if (strequal(mailslot_name, "\\MAILSLOT\NTLOGON))

which is the way 2_0 and cv main do it is not, repeat, not, correct.



More information about the samba-ntdom mailing list