When doing a modrdn, or any memberOf update, if the entry already has the memberOf attribute with the same value the operation is incorrectly rejected.
Fix Description:
If we get an error 20 (type or value e3xists) return success.
Also fixed a coding mistake that causes the wrong error code to be returned
Bug Description:
When doing a modrdn, or any memberOf update, if the entry already has the memberOf attribute with the same value the operation is incorrectly rejected.
Fix Description:
If we get an error 20 (type or value e3xists) return success.
Also fixed a coding mistake that causes the wrong error code to be returned
https://pagure.io/389-ds-base/issue/50236