Project

General

Profile

Actions

Bug #125

closed

auth.require is not working on a user directory

Added by Anonymous almost 20 years ago. Updated over 16 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_auth
Target version:
-
ASK QUESTIONS IN Forums:

Description


auth.backend               = "htdigest" 
auth.backend.htdigest.userfile = "/home/lighttpd/.htdigestA" 
userdir.path = "public_html" 
userdir.include-user = ( "eliott" )
auth.require=  ( "/server-status" =>
                  (
                    "method"  => "digest",
                    "realm"   => "domain",
                    "require" => "user=eliott" 
                  ),
                  "/~eliott/private" =>
                   (
                    "method"  => "digest",
                    "realm"   => "domain",
                    "require" => "user=eliott" 
                   )
               )

mod_auth and mod_userdir are both being loaded.
Authenticaion seems to be working fine on the /server-status directory, but not on the user directory. It just continually prompts for the user/pass, no matter how many times the proper information is provided.

-- eliott

Actions #1

Updated by stbuehler over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

Too old, works for me.

Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom