Re: [Samba] PDA-Logon: mal formed packet

2008-10-28 Thread Bernd Kloss
Am Dienstag, 28. Oktober 2008 schrieb James Kosin:
 - Original Message -
 From: Bernd Kloss [EMAIL PROTECTED]
 To: James Kosin [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Sunday, October 26, 2008 2:15 PM
 Subject: Re: [Samba] PDA-Logon: mal formed packet

  Am Sonntag, 26. Oktober 2008 schrieben Sie:
  - Original Message -
  From: Bernd Kloss [EMAIL PROTECTED]
  To: James Kosin [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Saturday, October 25, 2008 4:12 AM
  Subject: Re: [Samba] PDA-Logon: mal formed packet
 
   Am Samstag, 25. Oktober 2008 schrieben Sie:
   - Original Message -
   From: Bernd Kloss [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Friday, October 24, 2008 9:41 AM
   Subject: Re: [Samba] PDA-Logon: mal formed packet
  
Am Freitag, 24. Oktober 2008 schrieb James Kosin:
- Original Message -
From: Bernd Kloss [EMAIL PROTECTED]
Newsgroups: linux.samba
Sent: Thursday, October 23, 2008 3:40 PM
Subject: Re: [Samba] PDA-Logon: mal formed packet
   
Am Donnerstag, 23. Oktober 2008 schrieb Bernd Kloss:
  Can you send the full trace, not just this error message?
 
  Thanks,
 
  Volker

 I can only attach the file exported by wireshark, but don't know
 whether
 this will pass through to the list.
 What else could I do?

 Thanks
 Bernd
   
Okay, the attachment did not pass through. How can I publish the
information?
   
   
   
 Reply 
Bernd,
   
Copy and paste the relavent packets to the email.  They don't need
to
be
large attachments.  Just need to see the packets... especially the
malformed one.  Try to highlight the one that is malformed if
possible.
   
James
   
Hello,
   
unfortunately I could not CP from wiresharks GUI, but I did set
the loglevel
in smb.conf to 10 and found something maybe relevant:
   
The name of the domain is
azimmer
and the user is
bk
and the PDA is
wm_bk
with it's machineaccount
wm_bk$
   
Whereas in the logfile the last letters are missing: azimme\b
The login-mask of the PDA says correctly bk at azimmer.
   
EXCERPT FROM LOGFILE:
   
[2008/10/24 15:00:01,  5] auth/auth_util.c:make_user_info_map(206)
 make_user_info_map: Mapping user [azimme]\[b] from workstation []
READ LINE ABOVE
   
   
.
[2008/10/24 15:00:01,  5] auth/auth_util.c:is_trusted_domain(2055)
 is_trusted_domain: Checking for domain trust with [azimme]
..
[2008/10/24 15:00:01,  5] auth/auth_util.c:is_trusted_domain(2055)
 is_trusted_domain: Checking for domain trust with [azimme]
[2008/10/24 15:00:01,  5]
passdb/secrets.c:secrets_fetch_trusted_domain_password(644)
 secrets_fetch failed!
[2008/10/24 15:00:01,  3] smbd/sec_ctx.c:pop_sec_ctx(432)
 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2008/10/24 15:00:01, 10] lib/gencache.c:gencache_get(194)
 Cache entry with key = TDOM/AZIMME couldn't be found
[2008/10/24 15:00:01,  5]
libsmb/trustdom_cache.c:trustdom_cache_fetch(183)
 no entry for trusted domain azimme found.
..
 Primary group is 0 and contains 0 supplementary groups
[2008/10/24 15:00:01, 10]
passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1283)
 getsampwnam (smbpasswd): search by name: b
[2008/10/24 15:00:01, 10]
passdb/pdb_smbpasswd.c:startsmbfilepwent(229)
startsmbfilepwent_internal: opening file /etc/samba/smbpasswd
[2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
getsmbfilepwent: returning passwd entry for user bmx$, uid 9010
[2008/10/24 15:00:01, 10]
passdb/pdb_smbpasswd.c:getsmbfilepwent(501)
getsmbfilepwent: LM password for user bk invalidated
[2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
 getsmbfilepwent: returning passwd entry for user bk, uid 9011
[2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
 getsmbfilepwent: returning passwd entry for user mk, uid 9012
[2008/10/24 15:00:01, 10]
passdb/pdb_smbpasswd.c:getsmbfilepwent(501)
 getsmbfilepwent: LM password for user iserver$ invalidated
[2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
 getsmbfilepwent: returning passwd entry for user iserver$, uid
9021 [2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
 getsmbfilepwent: returning passwd entry for user admin, uid 1000
[2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527)
 getsmbfilepwent: returning passwd entry for user Absinthe87$, uid
9022 [2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(527) getsmbfilepwent:
returning
passwd entry for user wm_bk$, uid 9023 [2008/10/24 15:00:01,  5]
passdb/pdb_smbpasswd.c:getsmbfilepwent(578) getsmbfilepwent: end of
file reached

Re: [Samba] PDA-Logon: mal formed packet

2008-10-28 Thread Jeremy Allison
On Tue, Oct 28, 2008 at 07:56:30AM +0100, Bernd Kloss wrote:
 Hello, James and Volker,
 
 first of all thank you very much for your engagement.
 
 Let me just point out one thing:
 
 Until september 2008 I had Debian Etch running on my server and the PDA was 
 working fine. While upgrading from Etch to Lenny I did not change the 
 smb.conf nor the configuration of the LOOX N560 PDA (there is nothing to 
 change. I can tell it to make DHCP, configure WPA2. That's it.) From then on 
 the PDA could not log on to the server, but still works fine with the 
 XP-Clients.
 I am wondering why it is looking for a user and a workgroup both missing the 
 last letter as Lenny-SAMBA is showing it in the log.   

In order to track this down I'm going to need debug level 10
logs from the system when it works, and from when it doesn't.

wireshark traces from between the two would also help.

Please open a bug @ bugzilla.samba.org and attach
this information. Note we're going to need the entire
logs and also the binary wireshark traces, not the
text versions.

It's possible that this is a bug I've just fixed in the
non-unicode character handling (checked into the samba-3-2-test
git branch). If you could test that version that would be
very helpful.

Thanks,

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] PDA-Logon: mal formed packet

2008-10-27 Thread James Kosin
- Original Message - 
From: Bernd Kloss [EMAIL PROTECTED]

To: James Kosin [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, October 26, 2008 2:15 PM
Subject: Re: [Samba] PDA-Logon: mal formed packet



Am Sonntag, 26. Oktober 2008 schrieben Sie:

- Original Message -
From: Bernd Kloss [EMAIL PROTECTED]
To: James Kosin [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, October 25, 2008 4:12 AM
Subject: Re: [Samba] PDA-Logon: mal formed packet

 Am Samstag, 25. Oktober 2008 schrieben Sie:
 - Original Message -
 From: Bernd Kloss [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, October 24, 2008 9:41 AM
 Subject: Re: [Samba] PDA-Logon: mal formed packet

  Am Freitag, 24. Oktober 2008 schrieb James Kosin:
  - Original Message -
  From: Bernd Kloss [EMAIL PROTECTED]
  Newsgroups: linux.samba
  Sent: Thursday, October 23, 2008 3:40 PM
  Subject: Re: [Samba] PDA-Logon: mal formed packet
 
  Am Donnerstag, 23. Oktober 2008 schrieb Bernd Kloss:
Can you send the full trace, not just this error message?
   
Thanks,
   
Volker
  
   I can only attach the file exported by wireshark, but don't know
   whether
   this will pass through to the list.
   What else could I do?
  
   Thanks
   Bernd
 
  Okay, the attachment did not pass through. How can I publish the
  information?
 
 
 
   Reply 
  Bernd,
 
  Copy and paste the relavent packets to the email.  They don't need 
  to

  be
  large attachments.  Just need to see the packets... especially the
  malformed one.  Try to highlight the one that is malformed if
  possible.
 
  James
 
  Hello,
 
  unfortunately I could not CP from wiresharks GUI, but I did set the
  loglevel
  in smb.conf to 10 and found something maybe relevant:
 
  The name of the domain is
  azimmer
  and the user is
  bk
  and the PDA is
  wm_bk
  with it's machineaccount
  wm_bk$
 
  Whereas in the logfile the last letters are missing: azimme\b
  The login-mask of the PDA says correctly bk at azimmer.
 
  EXCERPT FROM LOGFILE:
 
  [2008/10/24 15:00:01,  5] auth/auth_util.c:make_user_info_map(206)
   make_user_info_map: Mapping user [azimme]\[b] from workstation []
  READ LINE ABOVE
 
 
  .
  [2008/10/24 15:00:01,  5] auth/auth_util.c:is_trusted_domain(2055)
   is_trusted_domain: Checking for domain trust with [azimme]
  ..
  [2008/10/24 15:00:01,  5] auth/auth_util.c:is_trusted_domain(2055)
   is_trusted_domain: Checking for domain trust with [azimme]
  [2008/10/24 15:00:01,  5]
  passdb/secrets.c:secrets_fetch_trusted_domain_password(644)
   secrets_fetch failed!
  [2008/10/24 15:00:01,  3] smbd/sec_ctx.c:pop_sec_ctx(432)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
  [2008/10/24 15:00:01, 10] lib/gencache.c:gencache_get(194)
   Cache entry with key = TDOM/AZIMME couldn't be found
  [2008/10/24 15:00:01,  5]
  libsmb/trustdom_cache.c:trustdom_cache_fetch(183)
   no entry for trusted domain azimme found.
  ..
   Primary group is 0 and contains 0 supplementary groups
  [2008/10/24 15:00:01, 10]
  passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1283)
   getsampwnam (smbpasswd): search by name: b
  [2008/10/24 15:00:01, 10]
  passdb/pdb_smbpasswd.c:startsmbfilepwent(229)
  startsmbfilepwent_internal: opening file /etc/samba/smbpasswd
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

  getsmbfilepwent: returning passwd entry for user bmx$, uid 9010
  [2008/10/24 15:00:01, 10] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(501)

  getsmbfilepwent: LM password for user bk invalidated
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

   getsmbfilepwent: returning passwd entry for user bk, uid 9011
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

   getsmbfilepwent: returning passwd entry for user mk, uid 9012
  [2008/10/24 15:00:01, 10] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(501)

   getsmbfilepwent: LM password for user iserver$ invalidated
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

   getsmbfilepwent: returning passwd entry for user iserver$, uid 9021
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

   getsmbfilepwent: returning passwd entry for user admin, uid 1000
  [2008/10/24 15:00:01,  5] 
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527)

   getsmbfilepwent: returning passwd entry for user Absinthe87$, uid
  9022 [2008/10/24 15:00:01,  5]
  passdb/pdb_smbpasswd.c:getsmbfilepwent(527) getsmbfilepwent: 
  returning

  passwd entry for user wm_bk$, uid 9023 [2008/10/24 15:00:01,  5]
  passdb/pdb_smbpasswd.c:getsmbfilepwent(578) getsmbfilepwent: end of
  file reached.
  [2008/10/24 15:00:01,  7] 
  passdb/pdb_smbpasswd.c:endsmbfilepwent(346)

   endsmbfilepwent_internal: closed password file.
 
  [2008/10/24 15:00:01,  3] smbd/sec_ctx.c:pop_sec_ctx(432)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
  [2008/10/24 15:00:01,  3] auth/auth_sam.c:check_sam_security(282

[Samba] PDA-Logon: mal formed packet

2008-10-23 Thread Bernd Kloss

Debian Lenny
Samba 3.2.3
LOOX N560 with Windows Mobile 5


Hello,

 my PDA LOOX N560 could connect via WLAN to SAMBA under Etch. 

Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect anymore to 
the server. Error 1223 or 1222.  
Connecting to XP-Clients via WLAN is okay.

Connecting to Samba Wireshark tells me: 
malformed packet:


No.     Time        Source                Destination           Protocol Info
     30 34.499685   10.0.0.245            10.0.0.247            SMB      
Session Setup AndX Request, NTLMSSP_NEGOTIATE[Malformed Packet]


The PDA is 10.0.0.245
the server is 10.0.0.247

Any clue, what is going wrong and what to do about it?

Thank you and regards
Bernd Kloss


No.     Time        Source                Destination           Protocol Info
      1 0.00    10.0.0.248            10.0.0.247            SMB      Echo 
Request

Frame 1 (107 bytes on wire, 107 bytes captured)
Ethernet II, Src: GemtekTe_59:ba:87 (00:14:a5:59:ba:87), Dst: 3com_4e:f8:62 
(00:60:08:4e:f8:62)
Internet Protocol, Src: 10.0.0.248 (10.0.0.248), Dst: 10.0.0.247 (10.0.0.247)
Transmission Control Protocol, Src Port: polestar (1060), Dst Port: 
netbios-ssn (139), Seq: 1, Ack: 1, Len: 53
NetBIOS Session Service
SMB (Server Message Block Protocol)

No.     Time        Source                Destination           Protocol Info
      2 0.000151    10.0.0.247            10.0.0.248            SMB      Echo 
Response

Frame 2 (107 bytes on wire, 107 bytes captured)
Ethernet II, Src: 3com_4e:f8:62 (00:60:08:4e:f8:62), Dst: GemtekTe_59:ba:87 
(00:14:a5:59:ba:87)
Internet Protocol, Src: 10.0.0.247 (10.0.0.247), Dst: 10.0.0.248 (10.0.0.248)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: polestar 
(1060), Seq: 1, Ack: 54, Len: 53
NetBIOS Session Service
SMB (Server Message Block Protocol)

No.     Time        Source                Destination           Protocol Info
      3 0.195274    10.0.0.248            10.0.0.247            TCP      
polestar  netbios-ssn [ACK] Seq=54 Ack=54 Win=16936 Len=0

Frame 3 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: GemtekTe_59:ba:87 (00:14:a5:59:ba:87), Dst: 3com_4e:f8:62 
(00:60:08:4e:f8:62)
Internet Protocol, Src: 10.0.0.248 (10.0.0.248), Dst: 10.0.0.247 (10.0.0.247)
Transmission Control Protocol, Src Port: polestar (1060), Dst Port: 
netbios-ssn (139), Seq: 54, Ack: 54, Len: 0

No.     Time        Source                Destination           Protocol Info
      4 2.900967    10.0.0.245            10.0.0.255            NBNS     Name 
query NB 10.0.0.24720

Frame 4 (92 bytes on wire, 92 bytes captured)
Ethernet II, Src: FujitsuS_b6:03:43 (00:30:05:b6:03:43), Dst: Broadcast 
(ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 10.0.0.245 (10.0.0.245), Dst: 10.0.0.255 (10.0.0.255)
User Datagram Protocol, Src Port: netbios-ns (137), Dst Port: netbios-ns (137)
NetBIOS Name Service

No.     Time        Source                Destination           Protocol Info
      5 3.152472    10.0.0.245            10.0.0.255            NBNS     Name 
query NB 10.0.0.24720

Frame 5 (92 bytes on wire, 92 bytes captured)
Ethernet II, Src: FujitsuS_b6:03:43 (00:30:05:b6:03:43), Dst: Broadcast 
(ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 10.0.0.245 (10.0.0.245), Dst: 10.0.0.255 (10.0.0.255)
User Datagram Protocol, Src Port: netbios-ns (137), Dst Port: netbios-ns (137)
NetBIOS Name Service

No.     Time        Source                Destination           Protocol Info
      6 3.404525    10.0.0.245            10.0.0.255            NBNS     Name 
query NB 10.0.0.24720

Frame 6 (92 bytes on wire, 92 bytes captured)
Ethernet II, Src: FujitsuS_b6:03:43 (00:30:05:b6:03:43), Dst: Broadcast 
(ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 10.0.0.245 (10.0.0.245), Dst: 10.0.0.255 (10.0.0.255)
User Datagram Protocol, Src Port: netbios-ns (137), Dst Port: netbios-ns (137)
NetBIOS Name Service

No.     Time        Source                Destination           Protocol Info
      7 3.656776    10.0.0.245            10.0.0.255            NBNS     Name 
query NB 10.0.0.24720

Frame 7 (92 bytes on wire, 92 bytes captured)
Ethernet II, Src: FujitsuS_b6:03:43 (00:30:05:b6:03:43), Dst: Broadcast 
(ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 10.0.0.245 (10.0.0.245), Dst: 10.0.0.255 (10.0.0.255)
User Datagram Protocol, Src Port: netbios-ns (137), Dst Port: netbios-ns (137)
NetBIOS Name Service

No.     Time        Source                Destination           Protocol Info
      8 3.909886    10.0.0.245            10.0.0.255            NBNS     Name 
query NB 10.0.0.24720

Frame 8 (92 bytes on wire, 92 bytes captured)
Ethernet II, Src: FujitsuS_b6:03:43 (00:30:05:b6:03:43), Dst: Broadcast 
(ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 10.0.0.245 (10.0.0.245), Dst: 10.0.0.255 (10.0.0.255)
User Datagram Protocol, Src Port: netbios-ns (137), Dst Port: netbios-ns (137)
NetBIOS Name Service

No.     Time        Source                Destination           Protocol Info
      9 11.160140   10.0.0.247            

Re: [Samba] PDA-Logon: mal formed packet

2008-10-23 Thread Volker Lendecke
On Thu, Oct 23, 2008 at 10:13:59AM +0200, Bernd Kloss wrote:
 Debian Lenny
 Samba 3.2.3
 LOOX N560 with Windows Mobile 5
 
 
 Hello,
 
  my PDA LOOX N560 could connect via WLAN to SAMBA under Etch. 
 
 Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect anymore 
 to 
 the server. Error 1223 or 1222.  
 Connecting to XP-Clients via WLAN is okay.
 
 Connecting to Samba Wireshark tells me: 
 malformed packet:
 
 
 No.     Time        Source                Destination           Protocol Info
      30 34.499685   10.0.0.245            10.0.0.247            SMB      
 Session Setup AndX Request, NTLMSSP_NEGOTIATE[Malformed Packet]

Can you send the full trace, not just this error message?

Thanks,

Volker


pgptjRh56ZTRI.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] PDA-Logon: mal formed packet

2008-10-23 Thread Bernd Kloss
Am Donnerstag, 23. Oktober 2008 schrieb Volker Lendecke:
 On Thu, Oct 23, 2008 at 10:13:59AM +0200, Bernd Kloss wrote:
  Debian Lenny
  Samba 3.2.3
  LOOX N560 with Windows Mobile 5
 
 
  Hello,
 
   my PDA LOOX N560 could connect via WLAN to SAMBA under Etch.
 
  Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect
  anymore to the server. Error 1223 or 1222.
  Connecting to XP-Clients via WLAN is okay.
 
  Connecting to Samba Wireshark tells me:
  malformed packet:
 
 
  No.     Time        Source                Destination           Protocol
  Info 30 34.499685   10.0.0.245            10.0.0.247            SMB
  Session Setup AndX Request, NTLMSSP_NEGOTIATE[Malformed Packet]

 Can you send the full trace, not just this error message?

 Thanks,

 Volker

I can only attach the file exported by wireshark, but don't know whether this 
will pass through to the list.
What else could I do?

Thanks 
Bernd
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] PDA-Logon: mal formed packet

2008-10-23 Thread Bernd Kloss
Am Donnerstag, 23. Oktober 2008 schrieb Bernd Kloss:
 Am Donnerstag, 23. Oktober 2008 schrieb Volker Lendecke:
  On Thu, Oct 23, 2008 at 10:13:59AM +0200, Bernd Kloss wrote:
   Debian Lenny
   Samba 3.2.3
   LOOX N560 with Windows Mobile 5
  
  
   Hello,
  
    my PDA LOOX N560 could connect via WLAN to SAMBA under Etch.
  
   Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect
   anymore to the server. Error 1223 or 1222.
   Connecting to XP-Clients via WLAN is okay.
  
   Connecting to Samba Wireshark tells me:
   malformed packet:
  
  
   No.     Time        Source                Destination          
   Protocol Info 30 34.499685   10.0.0.245            10.0.0.247          
    SMB Session Setup AndX Request, NTLMSSP_NEGOTIATE[Malformed Packet]
 
  Can you send the full trace, not just this error message?
 
  Thanks,
 
  Volker

 I can only attach the file exported by wireshark, but don't know whether
 this will pass through to the list.
 What else could I do?

 Thanks
 Bernd

Okay, the attachment did not pass through. How can I publish the information?

The error occurs in the SPNEGO-section. == I tried in smb.conf
[global]
client use spnego = yes and no

No success.
Regards 
Bernd

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] PDA-Logon: mal formed packet

2008-10-23 Thread James Kosin
- Original Message - 
From: Bernd Kloss [EMAIL PROTECTED]

Newsgroups: linux.samba
Sent: Thursday, October 23, 2008 3:40 PM
Subject: Re: [Samba] PDA-Logon: mal formed packet


Am Donnerstag, 23. Oktober 2008 schrieb Bernd Kloss:


 Can you send the full trace, not just this error message?

 Thanks,

 Volker

I can only attach the file exported by wireshark, but don't know whether
this will pass through to the list.
What else could I do?

Thanks
Bernd


Okay, the attachment did not pass through. How can I publish the 
information?




 Reply 
Bernd,

Copy and paste the relavent packets to the email.  They don't need to be 
large attachments.  Just need to see the packets... especially the malformed 
one.  Try to highlight the one that is malformed if possible.


James 


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] PDA-Logon: mal formed packet

2008-10-23 Thread Volker Lendecke
On Thu, Oct 23, 2008 at 10:39:09PM -0400, James Kosin wrote:
 I can only attach the file exported by wireshark, but don't know whether
 this will pass through to the list.
 What else could I do?
 
 Thanks
 Bernd
 
 Okay, the attachment did not pass through. How can I publish the 
 information?
 
 
 
  Reply 
 Bernd,
 
 Copy and paste the relavent packets to the email.  They don't need to be 
 large attachments.  Just need to see the packets... especially the 
 malformed one.  Try to highlight the one that is malformed if possible.

Feel free to send the sniff to me (and possibly Jeremy) directly.

Volker


pgpb7IFv9JVtO.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba