s4-ldb: added ldb_options_find()
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Jul 2010 05:35:16 +0000 (15:35 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 7 Jul 2010 07:26:03 +0000 (17:26 +1000)
commit7f9153f7e8a3a39d23b6b9c1336031f769dce923
treef16a27a60dd25fa30cde7c89b5898e9df320acef
parent85504ae6ff72204894ea7a856f0f36b44ad77fe2
s4-ldb: added ldb_options_find()

ldb_options_find() allows backends to find options in the options[]
array passed to the connect operation.

This will be used by the ldb_ldap bind code
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/common/ldb_options.c [new file with mode: 0644]
source4/lib/ldb/config.mk
source4/lib/ldb/include/ldb_private.h
source4/lib/ldb/ldb.mk
source4/lib/ldb/wscript