Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 53862 invoked from network); 16 Nov 2009 06:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 06:15:24 -0000 Received: (qmail 39574 invoked by uid 500); 16 Nov 2009 06:15:24 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 39497 invoked by uid 500); 16 Nov 2009 06:15:23 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 39407 invoked by uid 99); 16 Nov 2009 06:15:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 06:15:23 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=BAYES_00,FS_REPLICA X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kdzwinel@gmail.com designates 209.85.160.46 as permitted sender) Received: from [209.85.160.46] (HELO mail-pw0-f46.google.com) (209.85.160.46) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 06:15:21 +0000 Received: by pwj17 with SMTP id 17so3400215pwj.25 for ; Sun, 15 Nov 2009 22:15:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qRvrYlWle2g7xWrXQsVIaDv6b++D6EQ1MtuUDoe/ftg=; b=pF2v2sHP3GZK3JIyCF+HGdEbt2x49PusCjY2Ks3l3sCAAeTU9IMzq8shiwjuHAEQu2 CqIzLuaLhwzJ4NKyix8FawP7P/pwj/uQqn8kBPGwoRj11+TvjJyfulPgwFErqVwBVwWx Cu2Lg+SBlqd3vQH28HqUgormcmlt0IyWhpl70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PNd/s6R2uD1ryCPDlkQqkijuTYOncgy0djlIJqM2QBejzzwnMyz3DSW0gDWrvf5VI8 VgHg2ESeXOQYOhf6F6UMZx6bXdIHubEqPf2+mbEvQZjgFphmuS/ddG6+xsD1gCPXT3wf ONDxhVclgfzLmJiQk9YskGKY+AFKPZvBpzEfs= MIME-Version: 1.0 Received: by 10.140.127.8 with SMTP id z8mr431383rvc.131.1258352100684; Sun, 15 Nov 2009 22:15:00 -0800 (PST) In-Reply-To: <4B00AEB3.3020309@nextury.com> References: <4B00AEB3.3020309@nextury.com> Date: Mon, 16 Nov 2009 07:15:00 +0100 Message-ID: Subject: Re: replication and xsd questions From: Konrad Dzwinel To: users@directory.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, thank you for answering my questions. As the configuration storing process is going to change, I guess, I'll just wait for the next apacheds version before making my app to support it. Cheers, Konrad Dzwinel 2009/11/16 Emmanuel Lecharny : > Konrad Dzwinel wrote: >> >> Hello, >> > > Hi, >> >> =A0I'm creating small app creating configuration files for ldap servers. >> It is focused on replication. I'd like my app to support apacheds. I >> can't really find much in apacheds documentation because most of it >> starts (and/or ends) with 'work in progress'. I have two fast >> questions: >> >> 1) does mitosis support replication of `subtrees` - specified DITs? In >> default server.xml file, I can see only whole ldap tree being >> replicated. >> > > Mitosis has been removed from the latest version, and won't =A0be back in= the > future versions. We are now implementing RFC 4533 (Syncrepl) and will be > compatible with OpenLDAP soon. The idea is to base our replication system= on > a known solution which has already been proven. > > Expect it te be ready in the next few months. >> >> 2) Is there a xsd file for server.xml? I'm planning on writing >> configuration file using xmlbeans. Is it a good approach? >> > > Well, we are also planning to get rid of the XML version of the > configuration, to switch to a configuration in DIT. However, there is > already a XSD generated automatically for the current version. You'll fin= d > it here : > /apacheds/xbean-spring/target/classes/apacheds-xbean-spring.xsd > > Hope it helps... > > -- > -- > cordialement, regards, > Emmanuel L=E9charny > www.iktek.com > directory.apache.org > > >