1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

r7667: added a ldb ildap backend, using our internal ldap client library. Next step is to

remove the check for the ldap libraries in configure
This commit is contained in:
Andrew Tridgell
2005-06-17 02:47:26 +00:00
committed by Gerald (Jerry) Carter
parent ac3f33c615
commit 74841dbb2a
4 changed files with 421 additions and 1 deletions

View File

@@ -120,6 +120,9 @@ struct ldb_context *ltdb_connect(const char *url,
struct ldb_context *lldb_connect(const char *url,
unsigned int flags,
const char *options[]);
struct ldb_context *ildb_connect(const char *url,
unsigned int flags,
const char *options[]);
struct ldb_context *lsqlite3_connect(const char *url,
unsigned int flags,
const char *options[]);