Bug Description: It was reported that modrdn of an ou which contained many items could break refint in some cases.
Fix Description: Add a stress test to try to reproduce the issue
https://pagure.io/389-ds-base/issue/50243
Author: William Brown william@blackhats.net.au
Review by: ???
Shouldn't it be in DSLdapObjects basedn? (And you are adding it to DSLdapObject - the child)
The rest looks good to me
@spichugi Singulars allow direct initialisation in some cases for DSLdapObject, so in this case where there is only one plugin definition, we pre-set the basedn, allowing you to do:
plugin = SingularPlugin(inst)
@spichugi Singulars allow direct initialisation in some cases for DSLdapObject, so in this case where there is only one plugin definition, we pre-set the basedn, allowing you to do: plugin = SingularPlugin(inst)
It seems odd to me...
do not assume
Ahhhhh I was misreading the patch. I was a bit unwell this morning. So I think your right, the dn= doesn't belong.
What feature did I add? I do use automembership in the code ...
rebased onto 643d8d4d48806c4fb460a6eef5ebed32babdd748
I was talking about SingularDefinition() object. You've changed the 'dn' part but then you used the MulitpleDefinition() object and SingularDefinition() was not used in your code at all.
But now it doesn't matter. :)
Thank you! PR looks good to me.
I think that was the diff viewer messing with me maybe :) Anyway, fixed now.
rebased onto 45e8474529c8f2734dc03710764f3eed4a54b751
Pull-Request has been merged by firstyear
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3303
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description: It was reported that modrdn of an ou which
contained many items could break refint in some cases.
Fix Description: Add a stress test to try to reproduce the issue
https://pagure.io/389-ds-base/issue/50243
Author: William Brown william@blackhats.net.au
Review by: ???