mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
This commit fixes an issue created on commit 2e7a01f30a.
Ldap object is type <class 'ldap3.abstract.attribute.Attribute'>.
So we need to return the value and verify if it's null, string or list.
Fixes #12813