Skip to content

Commit

Permalink
Merge pull request #4142 from wkloucek/ldap-deployment-example-typo-fix
Browse files Browse the repository at this point in the history
fix LDAP_USER_OBJECTCLASS typo in ldap deployment example
  • Loading branch information
phil-davis authored Jul 8, 2022
2 parents 57953a2 + fff55ed commit 50cb191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/examples/ocis_ldap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
LDAP_GROUP_OBJECTCLASS: "groupOfUniqueNames"
LDAP_USER_BASE_DN: "dc=owncloud,dc=com"
LDAP_USER_FILTER: "(objectclass=owncloud)"
LDAP_USER_OBEJECTCLASS: "inetOrgPerson"
LDAP_USER_OBJECTCLASS: "inetOrgPerson"
LDAP_LOGIN_ATTRIBUTES: "uid,mail"
IDP_LDAP_URI: ldap://ldap-server
IDP_LDAP_LOGIN_ATTRIBUTE: "uid"
Expand Down

0 comments on commit 50cb191

Please sign in to comment.