permettre du webdav pour les orga

This commit is contained in:
nom
2026-06-16 08:36:32 +02:00
parent 0b5c5e28d6
commit 2b78bbfc6c
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>