[389-devel] Re: Trying to understand entryrdn.db

2017-08-02 Thread Mark Reynolds
On 08/02/2017 11:49 AM, Ilias Stamatis wrote: > Hello, > > I would like some help in order to understand entryrdn.db. When I do > "dbscan -f entryrdn.db" I get something like: > > 3 > ID: 3; RDN: "ou=Groups"; NRDN: "ou=groups" > > C3 > ID: 6; RDN: "cn=Accounting Managers"; NRDN:

[389-devel] Re: Trying to understand entryrdn.db

2017-08-02 Thread Ludwig Krispenz
Hi, I think this is a problem of dbscan, which tries to prettyprint the entryrdn index and seems to loop a bit. If you do db_dump -d a entryrdn.db you get the raw contents of the file , and you get much fewer records. Ludwig On 08/02/2017 05:49 PM, Ilias Stamatis wrote: Hello, I would

[389-devel] Re: Please review: Issue 79 - Fix replica.py and add tests

2017-08-02 Thread Simon Pichugin
Add enum34 to requirements.txt for py2 compatibility https://pagure.io/lib389/issue/79 https://pagure.io/lib389/issue/raw/files/7be353523a4a7ad8382a9a98ad778819f5e7557ab1812b9d1e595499ef821244-0001-Issue-79-Fix-replica.py-and-add-tests.patch On Mon, Jul 31, 2017 at 06:28:05PM +0200, Simon