	LDAP authentication helper for Squid.

This Squid helper allows authentication against LDAP directories
using the "simple authentication" (plain-text).

This code is a modified version of the original helper from the
squid distribution. I've just added the abbility to valid user
against LDAP group.

The original LDAP Authentication code is written by Glen Newton
<gnewton@wapiti.cisti.nrc.ca>.

For detailed usage information please see usage

  ./squid_ldap_auth --help

The man page from squid_ldap_auth.8 has not been modified yet.

In order to use squid_ldap_auth, you will also need to install
the OpenLDAP libraries (ldap lber) from http://www.openldap.org.
