Skip to content

Commit

Permalink
fix local ldap-users config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Mar 7, 2022
1 parent 56026c2 commit 37a9b1d
Showing 1 changed file with 3 additions and 3 deletions.
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]
hostname="ldap"
hostname="localhost"
port=636
insecure=true
base_dn="dc=owncloud,dc=com"
Expand All @@ -34,7 +34,7 @@ cn="cn"
driver = "ldap"

[grpc.services.userprovider.drivers.ldap]
hostname="ldap"
hostname="localhost"
port=636
insecure=true
base_dn="dc=owncloud,dc=com"
Expand All @@ -57,7 +57,7 @@ gid="entryuuid"
driver = "ldap"

[grpc.services.groupprovider.drivers.ldap]
hostname="ldap"
hostname="localhost"
port=636
insecure=true
base_dn="dc=owncloud,dc=com"
Expand Down

0 comments on commit 37a9b1d

Please sign in to comment.