1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Rebase galaxy4public patch on top of bf4f5834

This commit is contained in:
Jean-Denis Girard 2024-10-30 10:33:10 -10:00
parent bf4f5834af
commit f25a5fbc79
4 changed files with 282 additions and 1 deletions

View file

@ -37,7 +37,8 @@ from radicale.log import logger
INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
"denyall",
"htpasswd",
"ldap")
"ldap",
"dovecot")
def load(configuration: "config.Configuration") -> "BaseAuth":