r23028: I've now got a patch to Fedora DS to make it only install the very base schema.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 21 May 2007 04:10:13 +0000 (04:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:41 +0000 (14:52 -0500)
I'll post that patch into lorikeet and submit upstram.

Andrew Bartlett
(This used to be commit 90f2412152c4ef5781adca77fa570aed2f5ce5c1)

source4/selftest/Samba4.pm

index 23d6c4e0e22be18490753c671d342d5c22730756..34fe0a03f28b425163f18b91d727201d6326a427 100644 (file)
@@ -219,6 +219,7 @@ ldif_dir= $fedora_ds_dir/ldif
 cert_dir= $fedora_ds_dir
 
 start_server= 0
+install_full_schema= 0
 ";
        close(CONF);
 
@@ -231,9 +232,6 @@ chdir "$ENV{FEDORA_DS_PREFIX}/bin" || die;
             die("perl $ENV{FEDORA_DS_PREFIX}/bin/ds_newinst.pl $fedora_ds_inf FAILED: $?");
         }
         chdir $dir || die;
-       foreach(<$fedora_ds_dir/schema/*>) {
-               unlink unless (/00core.*/);
-       }
 
        open(LDIF, ">>$fedora_ds_dir/dse.ldif");
        print LDIF "dn: cn=\"cn=Configuration,$basedn\",cn=mapping tree,cn=config