i have tried to bind LDAP to my seatable server. I run in the following Problem:
2024-08-06 10:23:15 [ERROR] seahub.dtable.management.commands.ldap_user_sync[60] - Get ldap user objectGUID failed.
2024-08-06 10:23:15 [ERROR] seahub.dtable.management.commands.ldap_user_sync[160] - can’t concat str to bytes
Traceback (most recent call last):
File “/opt/seatable/seatable-server-4.4.4/dtable-web/seahub/dtable/management/commands/ldap_user_sync.py”, line 157, in do_action
unique_id, nickname, contact_email, id_in_org, user_role = parse_ldap_result(data)
File “/opt/seatable/seatable-server-4.4.4/dtable-web/seahub/dtable/management/commands/ldap_user_sync.py”, line 70, in parse_ldap_result
nickname = first_name + ’ ’ + last_name
TypeError: can’t concat str to bytes