2024-03-15, 10:24 AM
Hm, okay. Since the configuration within the LDAP plugin significantly deviates from the version for 10.8.x, I thought the plugin had already been adapted.
Where can I report the error?
A manual LDAPSEARCH on the Debian machine where Jellyfin is running with the same binding data correctly returns the users of the JellyfinUsers group:
So, the configuration is correct. This also aligns with all three test functions in the plugin delivering correct values.
Where can I report the error?
A manual LDAPSEARCH on the Debian machine where Jellyfin is running with the same binding data correctly returns the users of the JellyfinUsers group:
Code:
ldapsearch -D "uid=ldapbind,cn=users,dc=lan,dc=example,dc=de" -W -H ldap://srv01.lan.example.de:7389 -b "cn=users,dc=lan,dc=example,dc=de" "(&(objectClass=*)(memberOf=cn=JellyfinUsers,cn=groups,dc=lan,dc=example,dc=de))"
So, the configuration is correct. This also aligns with all three test functions in the plugin delivering correct values.