mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
tt-rss: Restrict access to feed-reader group in "/tt-rss-app"
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b144b48110
commit
1f83c92802
@ -21,6 +21,6 @@ Alias /tt-rss-app /usr/share/tt-rss/www
|
||||
|
||||
<Location /tt-rss-app>
|
||||
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
|
||||
</Location>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user