Update DAV_Containers/Webdav_Server/testing.yaml
This commit is contained in:
@@ -8,13 +8,6 @@ services:
|
||||
environment:
|
||||
# WebDAV Server Configuration
|
||||
WEBDAV_OPERATIONS="GET OPTIONS PROPFIND"
|
||||
# LDAP Configuration
|
||||
LDAP_ENABLED=false
|
||||
LDAP_URL=ldaps://ldap.example.com
|
||||
LDAP_ATTRIBUTE=uid
|
||||
LDAP_BASE_DN=ou=users,dc=example,dc=com
|
||||
LDAP_BIND_DN=uid=searchuser,ou=users,dc=example,dc=com
|
||||
LDAP_BIND_PASSWORD=securepassword
|
||||
|
||||
# OAUTH Configuration
|
||||
# Keycloak OIDC configuration
|
||||
@@ -33,7 +26,8 @@ services:
|
||||
# Basic Digest Authentication with users space separated
|
||||
BASIC_AUTH_ENABLED=true
|
||||
BASIC_AUTH_REALM=Webdev
|
||||
BASIC_USERS=Webdav
|
||||
BASIC_USERS=${USERNAME}
|
||||
PASSWORD=${PASSWORD}
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user