Re: Malformed Packet in SASL binding
Rich Megginson <[email protected]> Fri, 21 Aug 2009 08:27:47 -0600
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Xu, Qiang (FXSGSC) wrote: >> -----Original Message----- >> From: Rich Megginson [mailto:[email protected]] On >> Behalf Of Rich Megginson >> Sent: Friday, August 21, 2009 11:16 AM >> To: Xu, Qiang (FXSGSC) >> Cc: [email protected] >> Subject: Re: Malformed Packet in SASL binding >> >> And || cred->bv_len == 0 too > > Oh, yes. This will make it more robust. > >> Please file a bug in bugzilla.mozilla.org against the LDAP C SDK. > > So, Rich, you agree with me on that the malformed packet is caused by this slip-up? Yes. The mozldap c sdk is sending the creds as a zero length octet string. But this should not cause any problems. > > Thanks, > Xu Qiang