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:
James Valleroy 2019-01-23 07:12:24 -05:00 committed by Sunil Mohan Adapa
parent 15094525b1
commit bb29e0932e
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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()