[ 
https://issues.apache.org/jira/browse/DIRAPI-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723675#comment-13723675
 ] 

Pierre-Arnaud Marcelot commented on DIRAPI-151:
-----------------------------------------------

I was able to reproduce the issue.

Working on it...
                
> Result codes from extended operations are lost
> ----------------------------------------------
>
>                 Key: DIRAPI-151
>                 URL: https://issues.apache.org/jira/browse/DIRAPI-151
>             Project: Directory Client API
>          Issue Type: Bug
>            Reporter: Daniel Fisher
>
> Invoking LdapConnection#extended(String, byte[]) always returns success.
> Performing a PasswordModifyOperation with an incorrect old password should 
> result in an error code 53, unwilling to perform.
> However, the API returns error code 0, success, for the following code:
> {code}
>     ExtendedResponse response = conn.extended(
>       "1.3.6.1.4.1.4203.1.11.1",
>       new byte[] {...});
>     response.getLdapResult(); // always returns success
> {code}
> The bug may be around line 3106 of LdapNetworkConnection, where the actual 
> response is discarded in favor of a response built from the request object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to