Re: Patch for broken slapd.py

2009-12-17 Thread Christian Oudard
o get rid of? 2009/12/17 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

Using the test ldap server for unittests

2009-12-17 Thread Christian Oudard
I tried to run the runtests.sh script in the Tests/ directory, but it didn't work, saying that the test ldap server wasn't running. I tried installing slapd, but it still didn't work even when slapd was running. What do I need to have installed or running to use these unittests? Also, I would like

Patch for broken slapd.py

2009-12-15 Thread Christian Oudard
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