Skip to content

Commit

Permalink
update readme for test related configs (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT authored Sep 12, 2022
1 parent b2b0aee commit da16fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This will require some PHP-related tools to run, for instance on Ubuntu you will
-e LDAP_ADMIN_PASSWORD=admin \
--name docker-slapd \
-p 127.0.0.1:389:389 \
-p 636:636 -d osixia/openldap
-p 636:636 -d osixia/openldap:1.3.0
```
2. start the needed services
Expand Down
6 changes: 3 additions & 3 deletions tests/oc-integration-tests/local/ldap-users.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ address = "0.0.0.0:18000"
auth_manager = "ldap"

[grpc.services.authprovider.auth_managers.ldap]
uri="ldaps://openldap:636"
uri="ldaps://localhost:636"
insecure=true
user_base_dn="ou=testusers,dc=owncloud,dc=com"
user_filter=""
Expand All @@ -35,7 +35,7 @@ userName="cn"
driver = "ldap"

[grpc.services.userprovider.drivers.ldap]
uri="ldaps://openldap:636"
uri="ldaps://localhost:636"
insecure=true
user_base_dn="ou=testusers,dc=owncloud,dc=com"
group_base_dn="ou=testgroups,dc=owncloud,dc=com"
Expand All @@ -62,7 +62,7 @@ member="memberUID"
driver = "ldap"

[grpc.services.groupprovider.drivers.ldap]
uri="ldaps://openldap:636"
uri="ldaps://localhost:636"
insecure=true
user_base_dn="ou=testusers,dc=owncloud,dc=com"
group_base_dn="ou=testgroups,dc=owncloud,dc=com"
Expand Down

0 comments on commit da16fd4

Please sign in to comment.