mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
do not use SSO to guard access to dav.php
Access to the dav.php does not need to be protected via SSO, as DAV clients will not have an active session but authenticate via LDAP instead.
This commit is contained in:
parent
098ab5c56a
commit
8e2653946c
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ ram.runtime = "50M"
|
|||
admin.url = "/admin"
|
||||
admin.allowed= "admins"
|
||||
admin.show_tile = false
|
||||
dav.url = "/dav.php"
|
||||
dav.allowed = "visitors"
|
||||
dav.show_tile = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, php8.0-xml, php8.0-mbstring, php8.0-mysql, php8.0-ldap"
|
||||
|
|
Loading…
Add table
Reference in a new issue