Project

General

Profile

Actions

Bug #2873

closed

Basic Auth method not working

Added by light_head about 7 years ago. Updated about 7 years ago.

Status:
Duplicate
Priority:
Normal
Category:
mod_auth
Target version:
ASK QUESTIONS IN Forums:

Description

Hi I am a newbie on lighttpd,

when I created some like this, I got this issue,

Lighttpd version 1.4.48 on arm core linux 3.14.18.

auth.debug = 2
auth.backend = "htdigest"
auth.backend.htdigest.userfile = "/lighttpd/.htdigest"
auth.require = ( "/config/" =>
(
"method" => "basic",
"realm" => "ByPassword",
"require" => "valid-user"
)
)

with this set-up, it couldn't reach host/config/ site, it kept popping up login page.

Anything I configured wrong?


Related issues 1 (0 open1 closed)

Is duplicate of Bug #2848: buffer_append_base64_decode() broken on compilers where char is assumed unsignedFixed2017-12-20Actions
#1

Updated by gstrauss about 7 years ago

  • Category set to mod_auth
  • Status changed from New to Invalid
  • Target version deleted (1.4.x)
#5

Updated by gstrauss about 7 years ago

  • Status changed from Invalid to Duplicate
  • Target version set to 1.4.49
#6

Updated by gstrauss about 7 years ago

  • Is duplicate of Bug #2848: buffer_append_base64_decode() broken on compilers where char is assumed unsigned added
Actions

Also available in: Atom