Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C92110DE4 for ; Thu, 17 Apr 2014 09:00:29 +0000 (UTC) Received: (qmail 34607 invoked by uid 500); 17 Apr 2014 09:00:28 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 34514 invoked by uid 500); 17 Apr 2014 09:00:28 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 34487 invoked by uid 99); 17 Apr 2014 09:00:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 09:00:26 +0000 Date: Thu, 17 Apr 2014 09:00:26 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRAPI-189) Support DirSync control MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRAPI-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972653#comment-13972653 ] Emmanuel Lecharny commented on DIRAPI-189: ------------------------------------------ You should only add the AdDirSync control, not the response. The response will be returned by the SearchResultDone. I think that the client tries to associate the response to the AdDirSync control, because they have the same OID. I have to check that. In any case, this is a bug. I'll fix it. > Support DirSync control > ----------------------- > > Key: DIRAPI-189 > URL: https://issues.apache.org/jira/browse/DIRAPI-189 > Project: Directory Client API > Issue Type: Wish > Affects Versions: 1.0.0-M21 > Reporter: Robert Hou > Fix For: 1.0.0-M22 > > > I originally wanted to impletent DirSync Control using Apache API. After I looked into existing Controls under org.apache.directory.api.ldap.model.message.controls. I think it's difficult to me. I can't understand the decoding and encoding of controls specification of Apache. So I want Apache team give implementation for this control. Details for this control, please refer to http://msdn.microsoft.com/en-us/library/ms677626(v=vs.85).aspx. -- This message was sent by Atlassian JIRA (v6.2#6252)