From: hno <> Date: Thu, 28 Nov 2002 06:15:02 +0000 (+0000) Subject: Cleaned up credits X-Git-Tag: SQUID_3_0_PRE1~512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ce3aef126f2df01d6173e58875e22f031cce23;p=thirdparty%2Fsquid.git Cleaned up credits --- diff --git a/helpers/basic_auth/LDAP/squid_ldap_auth.c b/helpers/basic_auth/LDAP/squid_ldap_auth.c index aa599deab1..64a5a8b66d 100644 --- a/helpers/basic_auth/LDAP/squid_ldap_auth.c +++ b/helpers/basic_auth/LDAP/squid_ldap_auth.c @@ -1,20 +1,25 @@ /* * squid_ldap_auth: authentication via ldap for squid proxy server * - * Maintainer: Henrik Nordstrom + * Authors: + * Henrik Nordstrom + * hno@squid-cache.org * - * Author: Glen Newton + * Glen Newton * glen.newton@nrc.ca * Advanced Services * CISTI * National Research Council + * + * with contributions from others mentioned in the Changes section below * * Usage: squid_ldap_auth -b basedn [-s searchscope] * [-f searchfilter] [-D binddn -w bindpasswd] * [-u attr] [-h host] [-p port] [-P] [-R] [ldap_server_name[:port]] ... * * Dependencies: You need to get the OpenLDAP libraries - * from http://www.openldap.org + * from http://www.openldap.org or another compatible LDAP C-API + * implementation. * * If you want to make a TLS enabled connection you will also need the * OpenSSL libraries linked into openldap. See http://www.openssl.org/