Error when performing group searches after upgrading Indico

After the upgrade described here

users report the following error when performing a group search (provider LDAP)

TypeError: __init__() got an unexpected keyword argument 'bytes_mode'

any advice?

outdated python-ldap. pip install -U python-ldap or pip install flask-multipass[ldap]

1 Like

Updated python-LDAP (flask-multipass[ldap] dependency was already satisfied), now the search works.
Thank you!