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:
parent
bf4f5834af
commit
f25a5fbc79
4 changed files with 282 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue