Hello!
On Mon, Aug 6, 2012 at 12:01 PM, Jérôme Loyet <je...@loyet.net> wrote:
> I'd like to know if there is a simple way to make ldap requests from nginx
> configuration using the lua module (and others maybe) ?
>
> I could make a subrequest to a dedicated backend but I'd like not to have
> such a backend.
>
Persontally I'm not familiar with LDAP but I'm wondering if one can
just write a client library with ngx_lua's cosocket API? Just like the
existing lua-resty-memcached, lua-resty-redis, and lua-resty-mysql
libraries?
Best regards,
-agentzh