summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
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/torture.c
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/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index fb4985fe1e..9962fbb9f8 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -655,6 +655,7 @@ static struct {
/* ldap testers */
{"LDAP-BASIC", torture_ldap_basic, 0},
+ {"LDAP-SCHEMA", torture_ldap_schema, 0},
{"LDAP-CLDAP", torture_cldap, 0},
/* nbt tests */