1ncsa_auth(8)                     User Manuals                     ncsa_auth(8)
2
3
4

NAME

6       ncsa_auth  -  NCSA  httpd-style password file authentication helper for
7       Squid
8

SYNOPSIS

10       ncsa_auth passwdfile
11

DESCRIPTION

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

OPTIONS

28       Only specify the password file name.
29

EXAMPLE

31       ncsa_auth /etc/squid/squid.pass
32

SECURITY

34       ncsa_auth must have access to the password file to be executed.
35

KNOWN ISSUES

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

SEE ALSO

43       htpasswd(1), squid(8)
44

AUTHOR

46       Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
47
48
49
50User Manuals                     May 16, 2006                     ncsa_auth(8)
Impressum