From 0b323d4852e71a9160d96f39fab7f8ca65d16253 Mon Sep 17 00:00:00 2001 From: Juli <49914615+SnowJuli@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:11:48 +0000 Subject: [PATCH] Update Jellyfin Docs It is lacking an explanation of the Base DN setting. --- example_configs/jellyfin.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example_configs/jellyfin.md b/example_configs/jellyfin.md index 6b43064..ccc9832 100644 --- a/example_configs/jellyfin.md +++ b/example_configs/jellyfin.md @@ -35,6 +35,12 @@ Otherwise, just use: ``` (uid=*) ``` +### Admins Base DN + +The DN of your admin group. If you have `media_admin` as your group you would use: +``` +cn=admins,ou=groups,dc=example,dc=com +``` ### Admin Filter