<quote who="cariparo\(a)libero\.it">
> Thanks Gavin,
> We have a LDAP service for out customers, under subscription, and we want
> to release a light free service for everyone on Internet, by narrowing the
> daily queries number.
> I'm thinking to create a PHP bridge, so free customers call a php page
> instead to connecting directly to LDAP server, and mantain an IP list on
> MySQL. Any other idea?
Please keep replies on list ;-)
Don't store sensitive data, setup the usual security things, DMZ etc. and
check out:
conn_max_pending
conn_max_pending_auth
and sizelimit/timelimit
make it readonly too.
via "man slapd.conf"
Cheers.