On Fri, 21 Sep 2001 12:15:44 -0400
Tim Wunder <[EMAIL PROTECTED]> wrote:

| Hi Roger,
| 
| Roger Oberholtzer wrote:
| 
| > What happens? Are you prompted for a password? Are you NOT prompted for a
| > password? Is the password not accepted?
| > 
| 
| 
| When attempting to login to the admin account, I get promted for a 
| username/password. I enter admin/admin (default password for admin is admin, 
| according to the docs I have), and I get an authorization failed dialog
| 
| 
| > ???
| > 
| > Where I use passwords with Apache, I use the .htaccess method in the
| > directory of interest. The .htaccess file contains lines like:
| > 
| >     AuthName "Text to put in password heading"
| >     AuthType Basic
| >     AuthUserFile xxx/users
| >     require user name1 name2 etc
| > 
| 
| 
| I execute, "locate .htaccess" and get
| /var/www/cgi-bin/webcal/protected/.htaccess

Which directory are you in when you do this? And you are sure there are no
other .htaccess files above or below this in the webcal directory?

| Cat /var/www/cgi-bin/webcal/protected/.htaccess shows
| AuthUserFile /var/webcal/.htpasswd
| AuthName WebCal
| AuthType Basic
| require valid-user

require valid-user admin userX userY

My require line has a list of the users I require a password for. valid-user
may be a shorthand, but I don't seem to use it. I list the user names directly.

Nothing in your apache log files?

-- 
=====================================================================
Roger Oberholtzer                         E-mail:        [EMAIL PROTECTED]
OPQ Systems AB                               WWW:   http://www.opq.se
Erik Dahlbergsgatan 41-43                  Phone:   Int + 46 8 314223 
115 32 Stockholm                          Mobile: Int + 46 733 621657
Sweden                                       Fax:   Int + 46 8 302602
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to