]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleaned up credits
authorhno <>
Thu, 28 Nov 2002 06:15:02 +0000 (06:15 +0000)
committerhno <>
Thu, 28 Nov 2002 06:15:02 +0000 (06:15 +0000)
helpers/basic_auth/LDAP/squid_ldap_auth.c

index aa599deab1b557cae7f51b09fd0ad6230bf77a8f..64a5a8b66d8e17a9ad2ef373dc5b176d7fa6d8ec 100644 (file)
@@ -1,20 +1,25 @@
 /*
  * squid_ldap_auth: authentication via ldap for squid proxy server
  * 
- * Maintainer: Henrik Nordstrom <hno@squid-cache.org>
+ * 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/