Can i enable ldap password change without admin bind?

Nextcloud 21.0.4 running on Docker

Im looking to let my users change their LDAP password but whenever i try to test it a red box with “Unable to change password” appears.

I was able to solve it by changing from a service account to an admin account for the bind but from a security perspective is not ideal.

Is there a way to let users change password without using an admin account for the LDAP bind?

Regards,
Daniel D.

For anyone looking, just set the dedicated ldap user to be part of the Account Operators group.

It will allow you to change password to the domain users and not the domain admins