summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-30 17:57:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:45 -0500
commitd494c66ca7b4378957acaa7591214992e9cacbfd (patch)
tree82aeb17b83c672a87d2dc0310b335a0435492ada /source4/torture/config.mk
parent9796f755688d1196d362f528ab71d668901585b6 (diff)
downloadsamba-d494c66ca7b4378957acaa7591214992e9cacbfd.tar.gz
samba-d494c66ca7b4378957acaa7591214992e9cacbfd.tar.bz2
samba-d494c66ca7b4378957acaa7591214992e9cacbfd.zip
r15957: - add a test that fetches the schema from an windows LDAP server,
and stores it into structures. - this prints out some useful information on the screen about attributes (will be extended for objectClasses too) - the plan is to create hide the relation of structures behind an interface we can later use this interface in a lot of places: - our schema module for ldb - the ndr_print code for DsGetNCChanges, to translate the uint32 attribute and objectClass id's into names, display attribute values depending on the attribute syntax - ... metze (This used to be commit 1908f0cd6230c22aabb0e1eab2f9d37d17f12f18)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 818778e479..b48ea86d7c 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -200,10 +200,11 @@ PRIVATE_PROTO_HEADER = \
OBJ_FILES = \
ldap/common.o \
ldap/basic.o \
+ ldap/schema.o \
ldap/cldap.o \
ldap/cldapbench.o
PUBLIC_DEPENDENCIES = \
- LIBCLI_LDAP LIBCLI_CLDAP POPT_CREDENTIALS
+ LIBCLI_LDAP LIBCLI_CLDAP SAMDB POPT_CREDENTIALS
# End SUBSYSTEM TORTURE_LDAP
#################################