From apache-cvs-return-6653-apmail-apache-cvs-archive=apache.org@apache.org Tue Jul 17 02:07:12 2001 Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 70085 invoked by uid 500); 17 Jul 2001 02:07:10 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 70045 invoked by uid 500); 17 Jul 2001 02:07:10 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 17 Jul 2001 02:06:26 -0000 Message-ID: <20010717020626.69028.qmail@icarus.apache.org> From: jsl@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_auth.html X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N jsl 01/07/16 19:06:26 Modified: htdocs/manual/mod mod_auth.html Log: Submitted by: Vincent Peace Fixed a typo and 'd the crypt() word. Revision Changes Path 1.22 +3 -3 httpd-docs-1.3/htdocs/manual/mod/mod_auth.html Index: mod_auth.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_auth.html 2001/01/28 00:16:04 1.21 +++ mod_auth.html 2001/07/17 02:06:26 1.22 @@ -129,9 +129,9 @@ authentication. Filename is the path to the user file. If it is not absolute (i.e., if it doesn't begin with a slash), it is treated as relative to the ServerRoot. -

Each line of the user file file contains a username followed -by a colon, followed by the crypt() encrypted password. The behavior -of multiple occurrences of the same user is undefined. +

Each line of the user file contains a username followed +by a colon, followed by the crypt() encrypted password. The +behavior of multiple occurrences of the same user is undefined.

The utility htpasswd which is installed as part of the binary distribution, or which can be found in