1ncsa_auth(8) User Manuals ncsa_auth(8)
2
3
4
6 ncsa_auth - NCSA httpd-style password file authentication helper for
7 Squid
8
10 ncsa_auth passwdfile
11
13 ncsa_auth allows Squid to read and authenticate user and password
14 information from an NCSA httpd-style password file when using basic
15 HTTP authentication.
16
17 The only parameter is the password file. It must have permissions to
18 be read by the user that Squid is running as. By default this user is
19 proxy. This can be changed using the cache_effective_user directive in
20 the squid.conf file.
21
22 This password file can be manipulated using htpasswd.
23
24 * MD5 - with optional salt and magic strings * DES - for passwords 8
25 characters or less in length
26
28 Only specify the password file name.
29
31 ncsa_auth /etc/squid/squid.pass
32
34 ncsa_auth must have access to the password file to be executed.
35
37 DES functionality (used by htpasswd by default) silently truncates
38 passwords to 8 characters. Allowing login with password values shorter
39 than the one desired. This authenticator will reject login with long
40 passwords when using DES.
41
43 htpasswd(1), squid(8)
44
46 Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
47
48
49
50User Manuals May 16, 2006 ncsa_auth(8)