r15957: - add a test that fetches the schema from an windows LDAP server,
authorStefan Metzmacher <metze@samba.org>
Tue, 30 May 2006 17:57:35 +0000 (17:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:45 +0000 (14:08 -0500)
commitd494c66ca7b4378957acaa7591214992e9cacbfd
tree82aeb17b83c672a87d2dc0310b335a0435492ada
parent9796f755688d1196d362f528ab71d668901585b6
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/config.mk
source4/torture/ldap/schema.c [new file with mode: 0644]
source4/torture/torture.c