r14878: Write swig wrappers for ldb_init() and ldb_connect().
authorTim Potter <tpot@samba.org>
Mon, 3 Apr 2006 08:03:44 +0000 (08:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:11 +0000 (14:00 -0500)
commit704787978aa705edba233249e8eab236ffe303a4
tree40a29d6ea75c5a929fd03770beac168f492a0aa0
parenteadadbb44adb3c4081d6ff1d85a9b850a0227059
r14878: Write swig wrappers for ldb_init() and ldb_connect().

Start wrapper for ldb_search().  Currently it returns a list of swig
ldb_message objects.  More unpacking of results required.
source/script/tests/test_swig.sh
source/scripting/swig/Ldb.py
source/scripting/swig/ldb.i
source/scripting/swig/torture/torture_ldb.py