Re: Patch for broken slapd.py

2009-12-18 Thread Michael Ströder
Christian Oudard wrote: > 2009/12/17 Michael Ströder : >> In this case I'm not familiar with slapd.py which was written by David and >> after glancing over it I strongly dislike some of the assumptions made >> therein. So I'm not going to touch that now because of lack of time. > > I'm in the proce

Re: Patch for broken slapd.py

2009-12-17 Thread Christian Oudard
I'm in the process of adapting slapd.py to be a general purpose mock ldap test server for running unit tests against. I would be interested in contributing improvements to it that keep it compatible with the test suite of python-ldap. Specifically, what sort of assumptions are you trying to get ri

Re: Patch for broken slapd.py

2009-12-17 Thread Michael Ströder
Christian Oudard wrote: > On my system, slapd.py fails because of a missing /var/tmp/python-ldap-test . > > Not sure what your patch submission procedure is, but here's a patch > to fix that: Hmm, normally I review patches and commit them. So you did the right thing posting it here. In this case