LDAP connection working from console but not from NextCloud UI

Dears, I facing with a strange issue:

From terminal I can make LDAP query:

ldapsearch -x -H ldap://geXXXXX-XXXXXX.geXXXXXXX.nXXXXXXX -D “CN=nextcld_srvc,OU=ServiceAccount,OU=Users,OU=GXXXXXXLtd,DC=geXXXXXch,DC=nXXXXr” -W -b “OU=Users,OU=GXXXXXXLtd,DC=geXXXXXXXch,DC=nXXXXr”

search result

search: 2
result: 0 Success

numResponses: 100

numEntries: 99

Works as expected, but when I try to set up UI:

  • Nextcloud Server version (e.g., 29.x.x):
    • Nextcloud Hub 10 (31.0.5)
  • Operating system and version (e.g., Ubuntu 24.04):
    • Linux 6.14.6-300.fc42.x86_64 x86_64

What should I set up in the UI?

What steps have you already tried in the LDAP: Troubleshooting section?

Additional refs:

what I tried to enable logging and found this:

but where to add LDAP filter and what to add?