From 7fbd18a9dd0fb07aceffd2494de8fc9710a427ce Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 19 Sep 2009 07:01:26 +0200 Subject: dsdb/samdb: add resolve_oids module Windows Servers allow OID strings to be used instead of attribute/class names. For now we only resolve the OIDs in the search expressions, the rest will follow. metze --- source4/dsdb/samdb/ldb_modules/config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source4/dsdb/samdb/ldb_modules/config.mk') diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk index f868f8a9db..9384d062a4 100644 --- a/source4/dsdb/samdb/ldb_modules/config.mk +++ b/source4/dsdb/samdb/ldb_modules/config.mk @@ -346,3 +346,14 @@ SUBSYSTEM = LIBLDB ################################################ ldb_descriptor_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/descriptor.o + +################################################ +# Start MODULE ldb_resolve_oids +[MODULE::ldb_resolve_oids] +SUBSYSTEM = LIBLDB +PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC LIBEVENTS LIBNDR +INIT_FUNCTION = LDB_MODULE(resolve_oids) +# End MODULE ldb_resolve_oids +################################################ + +ldb_resolve_oids_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/resolve_oids.o -- cgit