Files
KazV2/config/orgaTmpl/webdav-conf/httpd-webdav.conf
T
2026-06-16 08:36:32 +02:00

23 lines
503 B
Plaintext

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>