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

Add support for Dovecot auth over network

This commit is contained in:
HmBMvXXiSivMcLGFWoqc 2025-01-13 23:10:18 -08:00
parent 1c77fd819f
commit 3f04914de4
3 changed files with 32 additions and 6 deletions

View file

@ -43,6 +43,8 @@ INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
"ldap",
"dovecot")
AUTH_SOCKET_FAMILY: Sequence[str] = ("AF_UNIX", "AF_INET", "AF_INET6")
def load(configuration: "config.Configuration") -> "BaseAuth":
"""Load the authentication module chosen in configuration."""