Fix config and sample groups for LDAP deployment example
The setup was configured to use a mix of the 'groupOfNames' and 'groupOfUniqueNames' objectclasses/attributetypes for groups. This aligns the configuration and sample data to use just'groupOfNames'. Closes: #5085
This commit is contained in:
@@ -66,7 +66,7 @@ services:
|
||||
LDAP_BIND_PASSWORD: ${LDAP_ADMIN_PASSWORD:-admin}
|
||||
LDAP_GROUP_BASE_DN: "dc=owncloud,dc=com"
|
||||
LDAP_GROUP_FILTER: "(objectclass=owncloud)"
|
||||
LDAP_GROUP_OBJECTCLASS: "groupOfUniqueNames"
|
||||
LDAP_GROUP_OBJECTCLASS: "groupOfNames"
|
||||
LDAP_USER_BASE_DN: "dc=owncloud,dc=com"
|
||||
LDAP_USER_FILTER: "(objectclass=owncloud)"
|
||||
LDAP_USER_OBJECTCLASS: "inetOrgPerson"
|
||||
|
||||
Reference in New Issue
Block a user