1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r25887: Build Samba-specific ldb modules as dso's.

This commit is contained in:
Jelmer Vernooij
2007-11-07 01:32:25 +01:00
committed by Stefan Metzmacher
parent 146c5226e6
commit 9d73becbb2
6 changed files with 31 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ struct ldb_module_ops {
typedef int (*ldb_connect_fn) (struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[],
struct ldb_module **module);
const char *ldb_default_modules_dir(void);
/*
schema related information needed for matching rules
*/