Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 87244 invoked from network); 20 Sep 2007 00:40:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 00:40:53 -0000 Received: (qmail 91592 invoked by uid 500); 20 Sep 2007 00:40:44 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 91542 invoked by uid 500); 20 Sep 2007 00:40:44 -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 91531 invoked by uid 99); 20 Sep 2007 00:40:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 17:40:44 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 00:40:44 +0000 Received: by wa-out-1112.google.com with SMTP id m38so479048waf for ; Wed, 19 Sep 2007 17:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=1Jn5xGMEbzzJ3cWranPhZl2N8Hnn+GU1Ity61gtjkbY=; b=uXWBsrvD/CHjlhyOUTPKoqN0tvGLVjqHUpEZ+DUMWh+2oxDVP4pXD9ZOs55P3+eDV9vIfEjdAyg577SaVdimMXXAsmfdws+fIHtRuSiK2eyboL22KFHTJKfkGfJIQ9oaYJbNjZnfx0bt8fE6jc04khM1I6jic5Hzs3zRY6gMBg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=ewOD7NkXtyoKjohfc7myJ+OUMN6Yk1RdJW9rqM9RDuvTWYyWZm1c3wZherCYAvigjJr0mSuY/Bo7DcIR+AQBrXfOWVBJ6VLbqavdYIHlBC1shg2UuzeHDpcGddokczDQ9Y3NAVCKto2sJJ7aGW/qjepHp1ffhIlpt26Sb1zcJkg= Received: by 10.114.154.1 with SMTP id b1mr301135wae.1190248821419; Wed, 19 Sep 2007 17:40:21 -0700 (PDT) Received: by 10.115.76.8 with HTTP; Wed, 19 Sep 2007 17:40:21 -0700 (PDT) Message-ID: Date: Wed, 19 Sep 2007 20:40:21 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: [ApacheDS] Completing all hooks for triggers MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22404_13126825.1190248821415" X-Google-Sender-Auth: c2028ae1f3d6048b X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_22404_13126825.1190248821415 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ersin, I was wondering what the plan is for completing all the trigger hooks. While looking into implementing a custom authenticator for delegating authentication to external LDAP servers (namely AD) it occurred to me that I could use a trigger and stored procedure instead. I think Emmanuel had this idea a little while ago. I can implement a SP and fire it via an INSTEAD OF trigger on BIND rather implementing a custom authenticator. However we don't have INSTEAD OF triggers nor do we have a hook on the BIND operation. You planning on completing this stuff soon or is this something that you recommend I start looking into? Alex ------=_Part_22404_13126825.1190248821415 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ersin,

I was wondering what the plan is for completing all the trigger hooks.  While looking into
implementing a custom authenticator for delegating authentication to external LDAP servers
(namely AD) it occurred to me that I could use a trigger and stored procedure instead.  I
think Emmanuel had this idea a little while ago.

I can implement a SP and fire it via an INSTEAD OF trigger on BIND rather implementing a
custom authenticator.  However we don't have INSTEAD OF triggers nor do we have a hook
on the BIND operation.  You planning on completing this stuff soon or is this something that
you recommend I start looking into?

Alex
------=_Part_22404_13126825.1190248821415--