[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How to distinguish LDAP requests?
- To: OpenLDAP-software@OpenLDAP.org
- Subject: Re: How to distinguish LDAP requests?
- From: Mimmo Di Ianni <mimmodiianni@gmail.com>
- Date: Wed, 13 Apr 2005 12:42:59 +0200
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jCeX5gB6wWtlYi7sMBm625KeK7njC2Im59A6ND44FiGL8DoiQwKFBCY/vxrL1vcsR3tbtDoSxd/6zyDGwcyW0WFeNaWK/L8NS/qRPBi6vg0fsQbfW6SzhBe7uFXJJLg2+ctS7aHIMOVLw1HQykF7VQvoAqoPzc2nVlVGScwEEI0=
- In-reply-to: <1113388310.10418.1.camel@dotmatt>
- References: <425C5266.1010900@gmail.com> <1113388310.10418.1.camel@dotmatt>
That's ok, but if i want to create a my standalone daemon, between
clients and effective slapd, listening for ldap's client
requests(for example to make statistics)?Is there a way to distinguish
what kind of operation my daemon
intercepts through socket connection in the daemon itself and without
interact with the LDAP server? Where can i find documentation about
that?
Excuse me for my terrible english. Every answer will be a lot appreciate!
Bye, mimmo
On 4/13/05, Matthew J. Smith <matt.smith@uconn.edu> wrote:
> On Wed, 2005-04-13 at 00:57 +0200, Mimmo Di Ianni wrote:
> > I must implement a daemon which intercepts ldap requests and forwards
> > them to an effective LDAP Server (in the case of a read operation) or to
> > other backend (in the case of a write operation). Once the daemon
> > accepts a socket connection how can I distinguish what type of operation
> > my client requests? Is it possible without interact with server LDAP?
> > Every answer will be a lot appreciate!
> >
> > THANKS
> > Mimmo
>
> I have been playing with back-perl lately, with success. I would
> suggest at least prototyping with this, and maybe look to an overlay or
> custom backend if back-perl doesn't perform well enough for you.
>
> -Matt
> Matthew J. Smith
> University of Connecticut ITS
> This message sent at Wed Apr 13 06:30:34 2005
> PGP Key: http://web.uconn.edu/dotmatt/matt.asc
>
>
>