Thanks I will give it a try. I guess when you say with apache I just set up a basic apache web server with an auth page using mod_auth_ldap module etc and point the ats plugin at it? On 02/10/2013 5:14 PM, "Luca Rea" <[email protected]> wrote:
> Hi Scott, > Some days ago I have tested the authentication plugin of ATS in forward > mode with Apache and postgreSQL so I suppose it can work with ldap or > anything else too, on my experience it works but soon takes off available > connections on db, adding a middle layer with lua and memcache to store > authenticated users and ban the failed ones for n consecutives retries > should be a solution to avoid resource expensive lookups over database (or > other auth mechianism). > I hope that helps. >
