From: Amos Jeffries Date: Wed, 17 Dec 2014 13:45:28 +0000 (+1300) Subject: basic_ldap_auth: Drop unnecessary README X-Git-Tag: merge-candidate-3-v1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7e157d7dae8d3b4ff787a3ac3e9188b38d4726;p=thirdparty%2Fsquid.git basic_ldap_auth: Drop unnecessary README --- diff --git a/helpers/basic_auth/LDAP/README b/helpers/basic_auth/LDAP/README deleted file mode 100644 index 36b33cf605..0000000000 --- a/helpers/basic_auth/LDAP/README +++ /dev/null @@ -1,18 +0,0 @@ - LDAP authentication helper for Squid. - -This Squid helper allows authentication against LDAP directories -using the "simple authentication" (plain-text). - -This code is maintained by Henrik Nordstrom -who added many command line options, and the ability to search for -the user DN to log in as. - -The original LDAP Authentication code is written by Glen Newton -. - -For detailed usage information please see the supplied man page - - nroff -man squid_ldap_auth.8 | less - -In order to use squid_ldap_auth, you will also need to install -the OpenLDAP libraries (ldap lber) from http://www.openldap.org.