Merge pull request #4142 from wkloucek/ldap-deployment-example-typo-fix

fix LDAP_USER_OBJECTCLASS typo in ldap deployment example
This commit is contained in:
Phil Davis
2022-07-08 14:23:11 +05:45
committed by GitHub

View File

@@ -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"