------------------------------------------------------------ revno: 13694 revision-id: squid3@treenet.co.nz-20141218130622-74w4a5snswqgv9ig parent: squid3@treenet.co.nz-20141218125858-szq763plofwyl65u committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2014-12-18 05:06:22 -0800 message: basic_ldap_auth: Drop unnecessary README ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20141218130622-74w4a5snswqgv9ig # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 1b4b4e975f8a5fabcdb30849077ca9679ba36d2a # timestamp: 2014-12-18 13:51:03 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20141218125858-\ # szq763plofwyl65u # # Begin patch === removed file 'helpers/basic_auth/LDAP/README' --- helpers/basic_auth/LDAP/README 2003-08-20 23:44:55 +0000 +++ helpers/basic_auth/LDAP/README 1970-01-01 00:00:00 +0000 @@ -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.