mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #134] Jellyfin LDAP plugin guide #56
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @strazto on GitHub (Apr 9, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/134
In order to use jellyfin with lldap, you'll want to do the following:
LDAP Bind User:
LDAP Base DN for searches:
User Filter:
Admin Filter:
@nitnelave commented on GitHub (Apr 17, 2022):
Thanks!
@h-2 commented on GitHub (Jan 15, 2026):
Giving the admin user as bind-user means giving the Jellyfin-instance admin access to LLDAP.
Can I create a user account with fewer privileges for this purpose?
@nitnelave commented on GitHub (Jan 15, 2026):
Of course! You can create any user and add it to the lldap_strict_readonly group, and that should be enough. If you want to be able to reset passwords through Jellyfin (I believe it supports that) then you'll need the lldap_password_manager group instead.
@h-2 commented on GitHub (Jan 15, 2026):
Great, thanks for the quick reply! Might be worth adding to the tutorial for other newbies like me?
@nitnelave commented on GitHub (Jan 15, 2026):
Which tutorial are you talking about? The Jellyfin one? Sure, you can make a PR for that.
Note that these roles and their use are described in the readme, in the "client configuration > general configuration guide" section.