diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-09-19 07:01:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-09-20 06:44:17 +0200 |
commit | 7fbd18a9dd0fb07aceffd2494de8fc9710a427ce (patch) | |
tree | cb096c8b5b392688515b10c10ba7cb0367e5cae4 /source4/dsdb/samdb/ldb_modules/config.mk | |
parent | d80058f64edde55a4543d79475bb2a5730c2ab98 (diff) | |
download | samba-7fbd18a9dd0fb07aceffd2494de8fc9710a427ce.tar.gz samba-7fbd18a9dd0fb07aceffd2494de8fc9710a427ce.tar.bz2 samba-7fbd18a9dd0fb07aceffd2494de8fc9710a427ce.zip |
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
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
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 |