basic auth config: allow same chars as in upstream config

the character set for username and password was limited to alphanumeric
only in the past.

closes #229
This commit is contained in:
rofl0r 2019-03-04 14:20:26 +00:00
parent d3d8943fe4
commit a35ed8c989

View File

@ -223,7 +223,7 @@ struct {
handle_deny),
STDCONF (bind, "(" IP "|" IPV6 ")", handle_bind),
/* other */
STDCONF (basicauth, ALNUM WS ALNUM, handle_basicauth),
STDCONF (basicauth, USERNAME WS PASSWORD, handle_basicauth),
STDCONF (errorfile, INT WS STR, handle_errorfile),
STDCONF (addheader, STR WS STR, handle_addheader),