summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-05 16:57:20 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-12 16:34:03 +1100
commit390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8 (patch)
treee597d136c6471a8028553d4fd087cd9698b27365 /source4/dsdb/config.mk
parent3abc3e7a3a4e3833c8c08cc21deeaae174887f7f (diff)
downloadsamba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.tar.gz
samba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.tar.bz2
samba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.zip
s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+String
This aims to replace (and is based on) the code in ldb_dn.c. It is however much stricter in the DNs it will accept. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 59daa745e9..ac4096d526 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -25,7 +25,8 @@ $(eval $(call proto_header_template,$(dsdbsrcdir)/samdb/samdb_proto.h,$(SAMDB_OB
PRIVATE_DEPENDENCIES = LIBLDB
SAMDB_COMMON_OBJ_FILES = $(addprefix $(dsdbsrcdir)/common/, \
- util.o) \
+ util.o \
+ dsdb_dn.o) \
../libds/common/flag_mapping.o
$(eval $(call proto_header_template,$(dsdbsrcdir)/common/proto.h,$(SAMDB_COMMON_OBJ_FILES:.o=.c)))