[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4812) ldapmodify doesn't report error when the server closed the connection
Full_Name: Ralf Haferkamp
Version: 2.3, HEAD
OS: Any
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (89.166.166.107)
ldapmodify doesn't report errors from a failed ldap_result() call. This can be
reproduce by using ldapmodify via stdin and connecting to a server with a very
short idletimeout. If the MODIFY operation is sent after the connection is
closed no error message is shown to the user. The only indication of a failure
is the EXIT code of ldapmodify.
This is fixed in HEAD now.