From bb29e0932e059682a5f96e2dbc32cd5a0491b297 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Wed, 23 Jan 2019 07:12:24 -0500 Subject: [PATCH] radicale: Don't change auth type for radicale 2.x The default, remote_user, works ok when using uwsgi. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- actions/radicale | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/radicale b/actions/radicale index 8312d4058..59f9a40cf 100755 --- a/actions/radicale +++ b/actions/radicale @@ -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()