[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How to distinguish LDAP requests?
- To: OpenLDAP-software@OpenLDAP.org
- Subject: How to distinguish LDAP requests?
- From: Mimmo Di Ianni <mimmodiianni@gmail.com>
- Date: Wed, 13 Apr 2005 00:57:42 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=LdotZsitOr2bAE5HrSsSeHLvWPvG+Bj8bWJtQEtP2+wZbCVKOKKnUp661nCpbwjPed5v4xp/0CQ0Y1fS4eCYdeU6ViuwJPU62AZrKvexXLjj2GAw3GKE6yTnualK8f7xAPkH+o/W3ne2rnYw+qn/+Agafbm3D0480eWwu1gJ3eg=
- User-agent: Debian Thunderbird 1.0 (X11/20050116)
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