Open AmatorPhasma opened 1 year ago
I can not reproduce on a production system that uses LDAP as well
I can not reproduce on a production system that uses LDAP as well
strange.. I have this behavior on three separate instances with LDAP provider and only in the calendar app, if it's just me then something must be misconfigured on our side...
This is one of the LDAP configurations:
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Configuration | s01 |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | 1 |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | CN=nextcloud,OU=Service Accounts,DC=intranet,DC=***,DC=de |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | dc=intranet,DC=***,dc=de |
| ldapBaseGroups | dc=intranet,DC=***,dc=de |
| ldapBaseUsers | dc=intranet,DC=***,dc=de |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapConnectionTimeout | 15 |
| ldapDefaultPPolicyDN | |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapExtStorageHomeAttribute | |
| ldapGidNumber | ldapGidNumber |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | (&(|(objectclass=group))(|(cn=***)(cn=***)(cn=***)(cn=***)(cn=***)(cn=***)... )) |
| ldapGroupFilterGroups | ***;***;***;***;***;***;***;***;***;***;***;***;***;***;.. |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | group |
| ldapGroupMemberAssocAttr | member |
| ldapHost | ldaps://ldap.intranet.***.de |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(&(|(objectclass=organizationalPerson)(objectclass=person))(|(|(memberof=CN=Nextcloud Access Control Group,OU=Nextcloud,OU=Service Groups,DC=intranet,DC=***,DC=de)(primaryGroupID=1111))))(|(samaccountname=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid)))) |
| ldapLoginFilterAttributes | |
| ldapLoginFilterEmail | 1 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapMatchingRuleInChainState | unknown |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 636 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | |
| ldapUserAvatarRule | default |
| ldapUserDisplayName | displayName |
| ldapUserDisplayName2 | |
| ldapUserFilter | (&(|(objectclass=organizationalPerson)(objectclass=person))(|(|(memberof=CN=Nextcloud Access Control Group,OU=Nextcloud,OU=Service Groups,DC=intranet,DC=***,DC=de)(primaryGroupID=1111)))) |
| ldapUserFilterGroups | Nextcloud Access Control Group |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | organizationalPerson;person |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| turnOnPasswordChange | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
All have in common that the ldap service comes from a SAMBA AD 17.x
Additional "funny" fact: If I search with a wildcard ist works...
Is sharing restricted in any way? The sharing settings do have influence on share autocomplete dialogues
Is sharing restricted in any way? The sharing settings do have influence on share autocomplete dialogues
Thanks for the tip, but the sharing isn't restricted, so it shouldn't the root cause...
The settings on the nextcloud are the following:
This are the same on the instances without a LDAP Provider.
Steps to reproduce
This dosent work
Only if I type from the beginning works in the Search
Expected behavior
Same behavior as in files or deck app, you search there you can do this with partial parts of the name.
Example for the files app:
Actual behaviour
Does not search users/groups with partial parts of the name.
Calendar app version
4.2.4
CalDAV-clients used
No response
Browser
Firefox 110.0.1 and Google Chrome 110.0.5481.178
Client operating system
Windows 10/11
Server operating system
Debian 11
Web server
Nginx
Database engine version
MariaDB
PHP engine version
PHP 8.1
Nextcloud version
25.0.4
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
Without the LDAP Provider involved, you can search like this above mentioned, but on all instances with a LDAP Provider this doesn't work.