How to support this request?
- Please use the 👍 reaction to show that you are also in favor of this feature - we are using this information to decide which features to include in upcoming Nextcloud versions.
- Please don't comment if you have no relevant information to add
Password changing for LDAP authenticated users require server settings to have write capable user
Usual LDAP system authentication systems only require a read-only user to search for user accounts. Putting a read-only account in the system LDAP settings does not allow users to change their LDAP passwords. The server tries to use the read-only account to change LDAP, which fails, even when the LDAP olcAccess is set to allow users to change their own password as is usually described as a requirement for LDAP password changes to be permitted.
Describe the solution you'd like
For password changes, NextCloud should rebind using the user's authentication in order to write the changes, allowing limited access to be given to the NextCloud server.
How to support this request?
Password changing for LDAP authenticated users require server settings to have write capable user
Usual LDAP system authentication systems only require a read-only user to search for user accounts. Putting a read-only account in the system LDAP settings does not allow users to change their LDAP passwords. The server tries to use the read-only account to change LDAP, which fails, even when the LDAP olcAccess is set to allow users to change their own password as is usually described as a requirement for LDAP password changes to be permitted.
Describe the solution you'd like
For password changes, NextCloud should rebind using the user's authentication in order to write the changes, allowing limited access to be given to the NextCloud server.