Skip to content

Commit

Permalink
Merge pull request #3869 from owncloud/extra-envs-for-testing
Browse files Browse the repository at this point in the history
[deployments] Add specific LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN needed for tests
  • Loading branch information
wkloucek authored May 25, 2022
2 parents 48dfa52 + 0eb19fc commit d399f7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d399f7b

Please sign in to comment.