From c440df631f9ba572bd6c8def1d9417035c0375ae Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Thu, 3 Aug 2023 10:32:44 +0200 Subject: [PATCH] example_configs: Add Jellyfin Password change --- example_configs/jellyfin.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example_configs/jellyfin.md b/example_configs/jellyfin.md index 61867e1..0b65c5d 100644 --- a/example_configs/jellyfin.md +++ b/example_configs/jellyfin.md @@ -55,3 +55,9 @@ Otherwise, you can use LLDAP's admin group: ``` (memberof=cn=lldap_admin,ou=groups,dc=example,dc=com) ``` + +## Password change +To allow changing Passwords via Jellyfin the following things are required +- The bind user needs to have the group lldap_password_manager (changing passwords of members of the group lldap_admin does not work to prevent privilege escalation) +- Check `Allow Password Change` +- `LDAP Password Attribute` Needs to be set to `userPassword`