permettre du webdav pour les orga

This commit is contained in:
fab
2026-06-16 08:36:32 +02:00
committed by Fab
parent f9e52a63fa
commit d42420dfc2
3 changed files with 591 additions and 0 deletions
@@ -0,0 +1,22 @@
DavLockDB /tmp/DAVLock
Alias / /var/www/webdav/
<Directory /var/www/webdav/>
Dav On
Options Indexes FollowSymLinks
AllowOverride None
AuthType Basic
AuthName "WebDAV LDAP"
AuthBasicProvider ldap
#variables présentes dans /kaz/secret/env-ldapServ
AuthLDAPURL ${LDAP_URL}
AuthLDAPBindDN ${LDAP_BIND_DN}
AuthLDAPBindPassword ${LDAP_ADMIN_PASSWORD}
#variable présente dans le docker-compose.yml de l'orga
Require ldap-user ${LDAP_USERS}
</Directory>