Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 29317 invoked by uid 500); 30 Apr 2002 08:24:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 29294 invoked from network); 30 Apr 2002 08:24:22 -0000 Received: from bull.bourse.ch (HELO bull1.bourse.ch) (194.158.1.1) by daedalus.apache.org with SMTP; 30 Apr 2002 08:24:22 -0000 Received: (from nobody@localhost) by bull1.bourse.ch (8.8.8+Sun/8.8.8) id KAA05266 for ; Tue, 30 Apr 2002 10:24:31 +0200 (MET DST) X-Authentication-Warning: bull1.bourse.ch: nobody set sender to using -f Received: from trifid2(172.20.196.132) by bull1 via smap (V2.1) id xma005264; Tue, 30 Apr 02 10:24:29 +0200 Received: from regulus.bourse.ch (regulus [172.20.196.148]) by trifid2.bourse.ch (8.8.8+Sun/8.8.8) with ESMTP id KAA04770 for ; Tue, 30 Apr 2002 10:24:29 +0200 (MET DST) Received: from bourse.ch (localhost [127.0.0.1]) by regulus.bourse.ch (8.9.3+Sun/8.9.3) with ESMTP id KAA05790 for ; Tue, 30 Apr 2002 10:24:27 +0200 (MEST) Sender: obo@bourse.ch Message-ID: <3CCE54BB.AA5A5B76@bourse.ch> Date: Tue, 30 Apr 2002 10:24:27 +0200 From: Owen Boyle X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: Apache 1.3.22 Basic Authentication References: <47AF9FA8BB0DD611A75C00A0C9AA883CB9E3E8@il0015exch004u.ih.lucent.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "Hu, Meng P (Meng Pei)" wrote: > > Hi, > > i followed the Apache HTTP Server document to setup the basic authentication > work on my Apache server with SSL. The following are the procedures : > > 1. Create a password file. I can see the file contains username and > encrypted password. > >htpasswd -c /etc/security/local_passwd Admin > > 2. Configure the httpsd.conf file. > > AuthName "Login Site" > AuthType Basic > AuthUserFile /etc/security/local_passwd > Require valid-user > > > But, i won't be able to login by entering correct username and password. The > error message in httpsd_error_log is : > "user Admin authentication failure for /index.html : password mismatch" > > Did i miss anything ? Are you *really* sure you are typing in the correct password (correct case etc...). to check, remake the passwd file with a REALLY easy password, like "abcdef". Rgds, Owen Boyle. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org