mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
radicale: Don't change auth type for radicale 2.x
The default, remote_user, works ok when using uwsgi. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
15094525b1
commit
bb29e0932e
@ -70,8 +70,6 @@ def subcommand_setup(_):
|
||||
aug.set('/files' + CONFIG_FILE + '/well-known/carddav',
|
||||
'/radicale/%(user)s/carddav/')
|
||||
aug.set('/files' + CONFIG_FILE + '/auth/type', 'remote_user')
|
||||
else:
|
||||
aug.set('/files' + CONFIG_FILE + '/auth/type', 'http_x_remote_user')
|
||||
|
||||
aug.save()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user