From d4ce3aef126f2df01d6173e58875e22f031cce23 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 28 Nov 2002 06:15:02 +0000 Subject: [PATCH] Cleaned up credits --- helpers/basic_auth/LDAP/squid_ldap_auth.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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/ -- 2.47.3