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:
committed by
Gerald (Jerry) Carter
parent
ac3f33c615
commit
74841dbb2a
@@ -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[]);
|
||||
|
||||
Reference in New Issue
Block a user