jsl 01/07/16 19:06:26 Modified: htdocs/manual/mod mod_auth.html Log: Submitted by: Vincent Peace <[EMAIL PROTECTED]> Fixed a typo and <code>'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. <EM>Filename</EM> is the path to the user file. If it is not absolute (<EM>i.e.</EM>, if it doesn't begin with a slash), it is treated as relative to the ServerRoot. -<P> 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. +<P> Each line of the user file contains a username followed +by a colon, followed by the <code>crypt()</code> encrypted password. The +behavior of multiple occurrences of the same user is undefined. <P> The utility <a href="../programs/htpasswd.html">htpasswd</a> which is installed as part of the binary distribution, or which can be found in
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]