mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Allow additional config options for external plugins
This commit is contained in:
parent
31377bad40
commit
276de4fd3a
6 changed files with 28 additions and 4 deletions
|
@ -60,6 +60,9 @@ import hmac
|
|||
import os
|
||||
from importlib import import_module
|
||||
|
||||
INTERNAL_TYPES = ("None", "none", "remote_user", "http_x_remote_user",
|
||||
"htpasswd")
|
||||
|
||||
|
||||
def load(configuration, logger):
|
||||
"""Load the authentication manager chosen in configuration."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue