added LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN envs needed for parallel deployment tests

This commit is contained in:
Saw-jan
2022-05-25 12:42:57 +05:45
parent 48dfa52164
commit 0eb19fcf6a
@@ -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: