diff --git a/DAV_Containers/Webdav_Server/testing.yaml b/DAV_Containers/Webdav_Server/testing.yaml index 3266b0e..2582b1d 100644 --- a/DAV_Containers/Webdav_Server/testing.yaml +++ b/DAV_Containers/Webdav_Server/testing.yaml @@ -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: