summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-11 12:31:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:41 -0500
commit860ffba4e147b7c27b416df60bec587eb61ea148 (patch)
tree172c6e0f57c4c2ded6399d7b6d6bb3362aad302c /source4/lib
parent1584f64920431d15276dd44c59fc35dc5506c0e7 (diff)
downloadsamba-860ffba4e147b7c27b416df60bec587eb61ea148.tar.gz
samba-860ffba4e147b7c27b416df60bec587eb61ea148.tar.bz2
samba-860ffba4e147b7c27b416df60bec587eb61ea148.zip
r10897: added in a hackish ldb proxy module that I am using to experiment with
mmc management support (This used to be commit 99a5b088810e8e2f4e28b99a4a0e5e7dc9301594)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/common/ldb_modules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c
index b0ede9893b..5ca666c194 100644
--- a/source4/lib/ldb/common/ldb_modules.c
+++ b/source4/lib/ldb/common/ldb_modules.c
@@ -133,6 +133,7 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[])
{ "objectguid", objectguid_module_init },
{ "samldb", samldb_module_init },
{ "samba3sam", ldb_samba3sam_module_init },
+ { "proxy", proxy_module_init },
#endif
{ NULL, NULL }
};