~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/basic_auth/LDAP/README

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        LDAP authentication helper for Squid.
 
2
 
 
3
This Squid helper allows authentication against LDAP directories
 
4
using the "simple authentication" (plain-text).
 
5
 
 
6
This code is maintained by Henrik Nordstrom <hno@squid-cache.org>
 
7
who added many command line options, and the ability to search for
 
8
the user DN to log in as.
 
9
 
 
10
The original LDAP Authentication code is written by Glen Newton
 
11
<gnewton@wapiti.cisti.nrc.ca>.
 
12
 
 
13
For detailed usage information please see the supplied man page
 
14
 
 
15
  nroff -man squid_ldap_auth.8 | less
 
16
 
 
17
In order to use squid_ldap_auth, you will also need to install
 
18
the OpenLDAP libraries (ldap lber) from http://www.openldap.org.