add support for auth.type=denyall
This commit is contained in:
@@ -33,6 +33,7 @@ from typing import Sequence, Tuple, Union
|
||||
from radicale import config, types, utils
|
||||
|
||||
INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
|
||||
"denyall",
|
||||
"htpasswd")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user