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)
commit574c9fd6854b743b8727af5f53cc184552446e4d
tree5c4d13e744ab1891ab9c29504b0c04415be8efa5
parent6d98076c15e8726606da0a99714cd3382d82f9ac
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.
(This used to be commit 704787978aa705edba233249e8eab236ffe303a4)
source4/script/tests/test_swig.sh
source4/scripting/swig/Ldb.py
source4/scripting/swig/ldb.i
source4/scripting/swig/torture/torture_ldb.py