From fcdb7074af98d08f70d32f64e86000fe0b4f0ae0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 22 Apr 2021 02:06:58 +0300 Subject: [PATCH] Authenticate to Transmission using LDAP credentials. The Transmission client expect basic authentication, Vouch can't be used for that. --- conf.d/transmission.shore.co.il.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/transmission.shore.co.il.conf b/conf.d/transmission.shore.co.il.conf index 5ddf56d..49808cb 100644 --- a/conf.d/transmission.shore.co.il.conf +++ b/conf.d/transmission.shore.co.il.conf @@ -19,7 +19,7 @@ server { include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; - include snippets/vouch.conf; + include snippets/ldap-auth.conf; location / { proxy_pass http://$transmission:9091; -- GitLab