From dev-return-40756-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Apr 17 12:04:01 2012 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 E687D963F for ; Tue, 17 Apr 2012 12:04:00 +0000 (UTC) Received: (qmail 74195 invoked by uid 500); 17 Apr 2012 12:04:00 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 74154 invoked by uid 500); 17 Apr 2012 12:04:00 -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 74147 invoked by uid 99); 17 Apr 2012 12:04:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 12:04:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ayyagarikiran@gmail.com designates 209.85.210.178 as permitted sender) Received: from [209.85.210.178] (HELO mail-iy0-f178.google.com) (209.85.210.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 12:03:51 +0000 Received: by iakl21 with SMTP id l21so11433278iak.37 for ; Tue, 17 Apr 2012 05:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=YmRS6+Tod+omLga8Btcf4Az5nwAhoWztPk0qNb9Qi4E=; b=KNuM/R/rCo+jBueYhFaRlwNVj01lfE1hqmMLPn2V0+yndSBAn9ln5DRMld6MWMTsoM abS3ztTRkt8wOEsYC8RB6SUILlNLKxzoYf+z28uKSQI28C/66RNefFfBUjTcn3BpbFdt V+QBSt3Etzm+3Lgx+F6pAXTKQRle1usIwQLH3PYBbRItOoXCYcJRQjjFS0PqVp6wlUYn xhLGFnE/vZmvzuGBDRFFKOtpNt4VfRpdd/P310/iN89PO8T3A/ufXKxEg829V7abzhpm MXZEeb8hs8IWsCJikQVXgAR4VKP9RjAxAua281o7kRNj6e3RRJcWnhJv2a9xMfxlzyp1 joSg== MIME-Version: 1.0 Received: by 10.50.15.162 with SMTP id y2mr9121596igc.32.1334664210629; Tue, 17 Apr 2012 05:03:30 -0700 (PDT) Sender: ayyagarikiran@gmail.com Received: by 10.42.163.2 with HTTP; Tue, 17 Apr 2012 05:03:30 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Apr 2012 17:33:30 +0530 X-Google-Sender-Auth: bVRdlxmrPnyVfQRTq1O0zXEV2m8 Message-ID: Subject: Re: [ApacheDS] Trigger in ApacheDS in order to synchronize with a Oracle DB. From: Kiran Ayyagari To: Apache Directory Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable use persistent search to get the notifications as and when they happen on LDAP server. Take a look at Apache LDAP client API [1] [1] http://directory.apache.org/api On Tue, Apr 17, 2012 at 5:28 PM, Juan Pablo Sotelo wro= te: > Hello everybody,=A0 this is the first tIme that I write in this mail list= . I > am new to LDAP servers and I already implemented Apache DS in one of my > projects, for user authentication. But, right now I am researching about = to > populate the changes in the LDAP server to one table that I have in an > Oracle DB (bothways). So I want to know if there is a way in order to > synchronize ApacheDS with Oracle? Could you provide me some documentation > about this? > > > Thanks in advance. > > > -- > Sotelo Juan Pablo > --=20 Kiran Ayyagari