jellyfin / jellyfin-plugin-ldapauth

LDAP Authentication for Jellyfin
https://jellyfin.org
MIT License
119 stars 33 forks source link

Add support for "Password Modify extended request" #127

Open alheureux88 opened 2 years ago

alheureux88 commented 2 years ago

Currently, ldapauth plugin uses a regular modification request to update the users password in ldap while another request type "Password modify extended request" exist. Changing the type of the request or adding a toggle would allow password change on lldap (Light LDAP implementation for authentication) which is a great simple ldap implementation for home use.