mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: Add Jellyfin Password change
This commit is contained in:
@@ -55,3 +55,9 @@ Otherwise, you can use LLDAP's admin group:
|
|||||||
```
|
```
|
||||||
(memberof=cn=lldap_admin,ou=groups,dc=example,dc=com)
|
(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`
|
||||||
|
|||||||
Reference in New Issue
Block a user