lkundrak / rpms / squid

Forked from rpms/squid 4 years ago
Clone
88d7744
diff -up squid-3.0.STABLE7/helpers/basic_auth/NCSA/ncsa_auth.8.from_manpg squid-3.0.STABLE7/helpers/basic_auth/NCSA/ncsa_auth.8
88d7744
--- squid-3.0.STABLE7/helpers/basic_auth/NCSA/ncsa_auth.8.from_manpg	2008-06-22 05:35:49.000000000 +0200
88d7744
+++ squid-3.0.STABLE7/helpers/basic_auth/NCSA/ncsa_auth.8	2007-06-06 18:25:30.000000000 +0200
88d7744
@@ -1,38 +1,38 @@
88d7744
-.\" This file is distributed in the hope that it will be useful,
88d7744
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
88d7744
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
88d7744
-.\" the GNU General Public License for more details.
88d7744
-.\"
88d7744
-.\" You should have received a copy of the GNU General Public License
88d7744
-.\" along with this file; if not, write to the Free Software
88d7744
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
88d7744
-.\" MA 02111-1307 USA
88d7744
-.\"
88d7744
-.\" HISTORY:
88d7744
-.\" 2006-05-16, created by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
88d7744
-.TH ncsa_auth 8 "May 16, 2006" "Squid NCSA Auth helper"
88d7744
-.SH NAME
88d7744
-ncsa_auth \- NCSA httpd-style password file authentication helper for Squid
88d7744
-\fB
88d7744
-.SH SYNOPSIS
88d7744
-.nf
88d7744
-.fam C
88d7744
-\fBncsa_auth\fP \fIpasswdfile\fP 
88d7744
-.fam T
88d7744
-.fi
88d7744
-.SH DESCRIPTION
88d7744
-\fBncsa_auth\fP allows Squid to read and authenticate user and password information from an NCSA/Apache httpd-style password file when using basic HTTP authentication.
88d7744
-.PP
88d7744
-The only parameter is the password file.  It must have permissions to be read by the user that Squid is running as (cache_effective_user in squid.conf).
88d7744
-.PP
88d7744
-This password file can be manipulated using htpasswd.
88d7744
-.SH OPTIONS
88d7744
-Only specify the password file name.
88d7744
-.SH EXAMPLE
88d7744
-\fBncsa_auth\fP /etc/squid/squid.pass
88d7744
-.SH SECURITY
88d7744
-\fBncsa_auth\fP must have access to the password file to be executed.
88d7744
-.SH SEE ALSO
88d7744
-\fBhtpasswd\fP(1), \fBsquid\fP(8)
88d7744
-.SH AUTHOR
88d7744
-Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
88d7744
+.\" This file is distributed in the hope that it will be useful,
88d7744
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
88d7744
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
88d7744
+.\" the GNU General Public License for more details.
88d7744
+.\"
88d7744
+.\" You should have received a copy of the GNU General Public License
88d7744
+.\" along with this file; if not, write to the Free Software
88d7744
+.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
88d7744
+.\" MA 02111-1307 USA
88d7744
+.\"
88d7744
+.\" HISTORY:
88d7744
+.\" 2006-05-16, created by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
88d7744
+.TH ncsa_auth 8 "May 16, 2006" "User Manuals" "User Manuals"
88d7744
+.SH NAME
88d7744
+ncsa_auth \- NCSA httpd-style password file authentication helper for Squid
88d7744
+\fB
88d7744
+.SH SYNOPSIS
88d7744
+.nf
88d7744
+.fam C
88d7744
+\fBncsa_auth\fP \fIpasswdfile\fP 
88d7744
+.fam T
88d7744
+.fi
88d7744
+.SH DESCRIPTION
88d7744
+\fBncsa_auth\fP allows Squid to read and authenticate user and password information from an NCSA httpd-style password file when using basic HTTP authentication.
88d7744
+.PP
88d7744
+The only parameter is the password file.  It must have permissions to be read by the user that Squid is running as. By default this user is proxy. This can be changed using the cache_effective_user directive in the squid.conf file.
88d7744
+.PP
88d7744
+This password file can be manipulated using htpasswd.
88d7744
+.SH OPTIONS
88d7744
+Only specify the password file name.
88d7744
+.SH EXAMPLE
88d7744
+\fBncsa_auth\fP /etc/squid/squid.pass
88d7744
+.SH SECURITY
88d7744
+\fBncsa_auth\fP must have access to the password file to be executed.
88d7744
+.SH SEE ALSO
88d7744
+\fBhtpasswd\fP(1), \fBsquid\fP(8)
88d7744
+.SH AUTHOR
88d7744
+Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com>