Merge pull request #3869 from owncloud/extra-envs-for-testing

[deployments] Add specific LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN needed for tests
This commit is contained in:
Willy Kloucek
2022-05-25 09:11:10 +02:00
committed by GitHub
@@ -4,6 +4,8 @@ version: "3.7"
services:
ocis:
environment:
LDAP_GROUP_BASE_DN: "ou=TestGroups,dc=owncloud,dc=com"
LDAP_USER_BASE_DN: "ou=TestUsers,dc=owncloud,dc=com"
PROXY_ENABLE_BASIC_AUTH: "true"
oc10: