r10990: the beginnings of a program designed to work out the minimal schema
commit7b0ae77757d347d2b0f5bac3a49e915e24c3ab78
authorAndrew Tridgell <tridge@samba.org>
Fri, 14 Oct 2005 07:38:16 +0000 (14 07:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:51 +0000 (10 13:39 -0500)
tree75c6f82c456eb216c1d4ac495c8b6b0cea0af0fe
parentb06de6d39cd21d5096e4041e218370263d8096b0
r10990: the beginnings of a program designed to work out the minimal schema
needed to represent all the current records on a ADS LDAP server. The
idea is we will use something based on this code to work out exactly
what schema elements we will need for our initial ADS schema. I plan
on expanding this code to automatically work out attribute properties,
and write out a schema file that we can load into ldb.

Interestingly, it looks like we only need 43 objectclasses and around
200 attributes to represent all records of a newly installed w2k3 ADS
server.
testprogs/ejs/minschema.js [new file with mode: 0755]