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:
parent
eb577422f6
commit
5dd27d3c80
4 changed files with 40 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue