diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-21 04:10:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:41 -0500 |
commit | e0d4923c162d85e7c45f9aa13319a718f41b750b (patch) | |
tree | dc9a7b09d266608bb45f32f8e9af425c34560808 | |
parent | e40d9cbdc8336d7f4d3d4b3b469bc96c93790d76 (diff) | |
download | samba-e0d4923c162d85e7c45f9aa13319a718f41b750b.tar.gz samba-e0d4923c162d85e7c45f9aa13319a718f41b750b.tar.bz2 samba-e0d4923c162d85e7c45f9aa13319a718f41b750b.zip |
r23028: 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
(This used to be commit 90f2412152c4ef5781adca77fa570aed2f5ce5c1)
-rw-r--r-- | source4/selftest/Samba4.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/selftest/Samba4.pm b/source4/selftest/Samba4.pm index 23d6c4e0e2..34fe0a03f2 100644 --- a/source4/selftest/Samba4.pm +++ b/source4/selftest/Samba4.pm @@ -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 |