2024-10-08, 04:43 AM
(This post was last modified: 2024-10-09, 05:16 PM by 1simpleAtom. Edited 3 times in total.
Edit Reason: Solution found
)
While I am able to successfully connect Jellyfin to the LDAP server:
I seem to be unable to find any users or admins:
I have gone over the LDAP search filter many times, but can't seem to find an error. Attached is a screenshot of my Jellyfin LDAP setup, should someone like to take a look.
edit:
Looking back through things, I noticed when I created the LDAP application provider and bound it to ldap-authentication-flow I was unable to assign a search group. The problem is, there is no option for me to do so.
solution:
The problem did in fact have to do with not having been able to assign the service account to the ldap-authentication-flow search group. On version 2024.8.3 of Authentik, this is now done after creating the LDAP application provider and going to the permissions tab and then Assign to a new user.
Code:
Connect (Success); Bind (Success); Base Search (Found 7 Entities)
I seem to be unable to find any users or admins:
Code:
Found 0 user(s), 0 admin(s)
I have gone over the LDAP search filter many times, but can't seem to find an error. Attached is a screenshot of my Jellyfin LDAP setup, should someone like to take a look.
edit:
Looking back through things, I noticed when I created the LDAP application provider and bound it to ldap-authentication-flow I was unable to assign a search group. The problem is, there is no option for me to do so.
solution:
The problem did in fact have to do with not having been able to assign the service account to the ldap-authentication-flow search group. On version 2024.8.3 of Authentik, this is now done after creating the LDAP application provider and going to the permissions tab and then Assign to a new user.