Skip to content

Commit

Permalink
Align login attributes in deployment example as well
Browse files Browse the repository at this point in the history
Followup fix for owncloud#4039
  • Loading branch information
rhafer committed Jul 14, 2022
1 parent 946f3e8 commit b2db577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/examples/ocis_ldap/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
L---
version: "3.7"

services:
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
LDAP_USER_BASE_DN: "dc=owncloud,dc=com"
LDAP_USER_FILTER: "(objectclass=owncloud)"
LDAP_USER_OBJECTCLASS: "inetOrgPerson"
LDAP_LOGIN_ATTRIBUTES: "uid,mail"
LDAP_LOGIN_ATTRIBUTES: "uid"
IDP_LDAP_URI: ldap://ldap-server
IDP_LDAP_LOGIN_ATTRIBUTE: "uid"
IDP_LDAP_UUID_ATTRIBUTE: "ownclouduuid"
Expand Down

0 comments on commit b2db577

Please sign in to comment.