mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
Switch default for user and group substring search
We now default LDAP_GROUP_SUBSTRING_FILTER_TYPE and LDAP_USER_SUBSTRING_FILTER_TYPE to "any", which means full substring search. The previous default was just using prefix matching. Closes #4282
This commit is contained in:
@@ -43,7 +43,7 @@ func DefaultConfig() *config.Config {
|
||||
GroupBaseDN: "ou=groups,o=libregraph-idm",
|
||||
UserScope: "sub",
|
||||
GroupScope: "sub",
|
||||
UserSubstringFilterType: "initial",
|
||||
UserSubstringFilterType: "any",
|
||||
UserFilter: "",
|
||||
GroupFilter: "",
|
||||
UserObjectClass: "inetOrgPerson",
|
||||
|
||||
Reference in New Issue
Block a user