s4:ldb Add ldb_ldif_write_string() and python wrappers
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 Aug 2009 05:59:00 +0000 (15:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 26 Aug 2009 05:59:00 +0000 (15:59 +1000)
commit425386ff6141bba2e7b1d8f3c27e96aaf1c5cb95
tree645da53767294cab003826df87a2502505c798b5
parent3ed33813bb6aa1ca932372c2a2ce36152b6af50b
s4:ldb Add ldb_ldif_write_string() and python wrappers

This allows us to turn a python LdbMessage back into a string.

Andrew Bartlett
source4/lib/ldb/common/ldb_ldif.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/pyldb.c
source4/lib/ldb/tests/python/api.py