[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Utilising client's IP address in slapd backend
At 02:47 PM 2002-11-04, Stephen Brandon wrote:
>Hi,
>
>I've done a search of the list archives and seen a few other people who have
>requested this feature. I just want to check the current status before diving
>in and rolling my own solution...
>
>So, is there currently a way of accessing the IP address of the client which
>has made the LDAP request, from within a backend of slapd?
Through the c_peer_name field of the Connection structure passed
from the frontend to backend...