[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP seems to ignore UNBIND (ITS#2112)



At 05:57 AM 2002-09-25, alexandre.aufrere@inet6.fr wrote:
>Full_Name: Alexandre Aufrere
>Version: 2.0.23
>OS: RedHat Linux 7.3
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (62.210.105.37)
>
>
>Ok, i don't know if this is an OpenLDAP or JNDI bug yet, because it looks very weird.

The bug might also be in your application.  Maybe your
application is suppose to handle this exception.

 From the client's perspective:
  It sent an UNBIND request while other operations were outstanding,
  then the client received responses to these other operation
  before it terminates the underlying session.

A well designed client must expect this possibility.

While the log is interesting as it shows the UNBIND processing
starting before the SEARCH is completed, this behavior is not
abnormal and certainly doesn't violate the protocol specification.

That is, I don't see an OpenLDAP bug here...

Kurt