1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +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

@ -183,6 +183,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "autodetect",
"help": "htpasswd encryption method",
"type": str}),
("dovecot_socket", {
"value": "/var/run/dovecot/auth-client",
"help": "dovecot auth socket",
"type": str}),
("realm", {
"value": "Radicale - Password Required",
"help": "message displayed when a password is needed",