-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to delete entries under multiple backends #90
Comments
Is this how to solve the problem?
|
This feature seems to prevent deletion when a parent backend entry is deleted when there is no child entry but a child backend exists. |
I just bumped into this problem also. |
my solution. opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/LocalBackendDeleteOperation.java
==================================================== =======
|
thanks @yavis73 |
I'm afraid we need to reopen this, as it is obviously still not fixed with 4.8.0. My scenario: I've created a new subtree in
Note the |
@jdelker please create issue |
…s in overlapping backends
Describe the bug
When multiple backends (Up-down dependent) are configured, some entries cannot be deleted.
To Reproduce
Steps to reproduce the behavior:
1. install opendj 4.4.2 or 4.4.3 (the default backend suffix is created by "dc=com")
--> 10 people entry
2. Create multiple back ends using the control panel or the dsconfig create-backend.
--> 1 people entry
--> 1 people entry
3. entry serching by ldapserach
4. Try deleting any entry by ldapdelet
---- acces log --
****Expected behavior
< Bottommost backend entry deleted normally>
---acces log
**Desktop **
Server
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
The text was updated successfully, but these errors were encountered: