From 1f83c92802b5e6df3e26ef0bb93935356121481c Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 12 Feb 2022 23:33:34 +0000 Subject: [PATCH] tt-rss: Restrict access to `feed-reader` group in "/tt-rss-app" Reviewed-by: James Valleroy --- .../ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf b/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf index 8ec6b983d..b09d63c68 100644 --- a/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf +++ b/plinth/modules/ttrss/data/etc/apache2/conf-available/tt-rss-plinth.conf @@ -21,6 +21,6 @@ Alias /tt-rss-app /usr/share/tt-rss/www Include includes/freedombox-auth-ldap.conf - Require valid-user - # TODO Restrict access to `feed-reader` group + Require ldap-group cn=admin,ou=groups,dc=thisbox + Require ldap-group cn=feed-reader,ou=groups,dc=thisbox