Project

General

Profile

Actions

Bug #2411

closed

mod_auth fails with spaces in username

Added by tstarling about 12 years ago. Updated about 2 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

With configuration:

server.modules += ( "mod_auth" )
auth.backend = "htdigest"
auth.backend.htdigest.userfile = "/etc/lighttpd/htdigest"
...
"require" => "valid-user"

A user with a space in their username is rejected as not valid.

This appears to be a regression, we observed it after upgrading to 1.4.26. We copied the htdigest file from the old configuration directory. Users without spaces in their names were able to log in, but users with spaces in their names were rejected.

Actions #1

Updated by nitrox about 12 years ago

  • Status changed from New to Invalid

I think we are pretty RFC compliant: http://www.w3.org/Protocols/rfc2069/rfc2069

Actions

Also available in: Atom