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
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
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
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:
==
diff --git a/pstat/dynamic_ldap/slapd.py b/pstat/dynamic_ldap/slapd.py
index 735b58e..2cd3e25 100644