Author: abartlet Date: 2007-05-21 04:10:13 +0000 (Mon, 21 May 2007) New Revision: 23028
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23028 Log: I've now got a patch to Fedora DS to make it only install the very base schema. I'll post that patch into lorikeet and submit upstram. Andrew Bartlett Modified: branches/SAMBA_4_0/source/selftest/Samba4.pm Changeset: Modified: branches/SAMBA_4_0/source/selftest/Samba4.pm =================================================================== --- branches/SAMBA_4_0/source/selftest/Samba4.pm 2007-05-21 04:06:42 UTC (rev 23027) +++ branches/SAMBA_4_0/source/selftest/Samba4.pm 2007-05-21 04:10:13 UTC (rev 23028) @@ -219,6 +219,7 @@ cert_dir= $fedora_ds_dir start_server= 0 +install_full_schema= 0 "; close(CONF); @@ -231,9 +232,6 @@ 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
