Architecture #3591
Using move into non existing branch failed but delete the source
Status:
Released
Priority:
3
Assignee:
Category:
Architecture - Internal libs
Target version:
Pull Request:
Effort required:
Description
Say we have "ou=foo,cn=bar".
We want to move it (with our "move" method) into "dc=nope" that does not exists.
Unboundid issue a modrdn request that fails (that's ok), but nevertheless do the delete from the source.
Associated revisions
History
Updated by Nicolas PERRON over 6 years ago
- Target version changed from 2.6.3 to 2.6.4
I'm not sure to understand the issue but it seems serious
Updated by Nicolas PERRON over 6 years ago
Nicolas PERRON wrote:
I'm not sure to understand the issue but it seems serious
+1
What's your opinion François ?
Updated by Benoît PECCATTE over 4 years ago
- Project changed from scala-ldap to Rudder
- Category set to Architecture - Internal libs
Updated by Benoît PECCATTE almost 3 years ago
- Tracker changed from Bug to Architecture
It doesn't seem to be a bug nor have an impact.
Converting ton architecture.
Updated by François ARMAND 7 months ago
This is not the case anymore. Writing a test to prove it.
Updated by François ARMAND 7 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2216
Updated by Rudder Quality Assistant 7 months ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND 6 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1f25415e628eebf4987ea79e368f5104476ed520.
Fixes #3591: Using move into non existing branch failed but delete the source