summaryrefslogtreecommitdiff
path: root/source4/torture/drs/config.mk
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-10-06 08:40:15 +0300
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2009-10-16 12:54:14 +0300
commit3c3f66f0dfbbea1315cb8e814f48b2d39c1928a0 (patch)
treed27c518409da4cb57dafbead9c4af804cfa145b0 /source4/torture/drs/config.mk
parent6a680cea6a58f4a0d980be8ba47286293ab6f9ab (diff)
downloadsamba-3c3f66f0dfbbea1315cb8e814f48b2d39c1928a0.tar.gz
samba-3c3f66f0dfbbea1315cb8e814f48b2d39c1928a0.tar.bz2
samba-3c3f66f0dfbbea1315cb8e814f48b2d39c1928a0.zip
s4/drs(tort): oid_from_attid() reference implementation
Decode Attribute OID using prefixMap and ATTID received during replication Based on MS documentation. See MS-DRSR.pdf - 5.16.4
Diffstat (limited to 'source4/torture/drs/config.mk')
-rw-r--r--source4/torture/drs/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/drs/config.mk b/source4/torture/drs/config.mk
index 1044541c8a..a03034b5eb 100644
--- a/source4/torture/drs/config.mk
+++ b/source4/torture/drs/config.mk
@@ -17,6 +17,7 @@ PRIVATE_DEPENDENCIES = \
#################################
TORTURE_DRS_OBJ_FILES = \
- $(torturesrcdir)/drs/drs_init.o
+ $(torturesrcdir)/drs/drs_init.o \
+ $(torturesrcdir)/drs/drs_util.o
$(eval $(call proto_header_template,$(torturesrcdir)/drs/proto.h,$(TORTURE_DRS_OBJ_FILES:.o=.c)))