1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

add support for auth.type=denyall

This commit is contained in:
Peter Bieringer 2024-06-07 06:45:39 +02:00
parent eb577422f6
commit 5dd27d3c80
4 changed files with 40 additions and 1 deletions

View file

@ -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")