oauth2 module enabling

This commit is contained in:
Peter Bieringer 2025-02-02 09:01:58 +01:00
parent e28b719233
commit 87dc5538d2

View file

@ -42,6 +42,7 @@ INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
"htpasswd",
"ldap",
"imap",
"oauth2",
"dovecot")
CACHE_LOGIN_TYPES: Sequence[str] = (
@ -49,6 +50,7 @@ CACHE_LOGIN_TYPES: Sequence[str] = (
"ldap",
"htpasswd",
"imap",
"oauth2",
)
AUTH_SOCKET_FAMILY: Sequence[str] = ("AF_UNIX", "AF_INET", "AF_INET6")