File: README.auth_modules

package info (click to toggle)
squid 2.7.STABLE3-4.1lenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,980 kB
  • ctags: 13,964
  • sloc: ansic: 114,065; sh: 5,772; makefile: 1,391; perl: 1,357; awk: 40; sql: 8
file content (15 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

The Debian package of squid includes a number of SAMPLE authentication
modules in /usr/lib/squid. These are:

ncsa_auth	Authentication against an NCSA/Apache style password file
smb_auth	Authentication against an SMB (for example NT) server
getpwnam_auth	Authentication using the getpwnam() library call.
pam_auth	Authentication using standard PAM services.
ldap_auth	Authentication against an LDAP database.

Note that these are really sample modules. The documentation leaves a
bit to be desired, and they probably haven't been fully tested.

See the README.auth_module.* files for more information.