From d494c66ca7b4378957acaa7591214992e9cacbfd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 30 May 2006 17:57:35 +0000 Subject: 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) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') 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 */ -- cgit