File: README.auth_modules

package info (click to toggle)
squid 2.6.5-6etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,540 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 6,083; makefile: 1,297; perl: 1,245; awk: 40
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.