summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-04 12:39:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:47 -0500
commit6e3887569fb721d290b66245748a801a620c2ad6 (patch)
tree98022a94be50091d7d8828c7d7402e09ad90059d /source4/script/tests
parente3e505625d5da70078b925ab5605c1aed2411609 (diff)
downloadsamba-6e3887569fb721d290b66245748a801a620c2ad6.tar.gz
samba-6e3887569fb721d290b66245748a801a620c2ad6.tar.bz2
samba-6e3887569fb721d290b66245748a801a620c2ad6.zip
r22075: Configure the bitwise match plugin, until it becomes accepted upstream.
Andrew Bartlett (This used to be commit ce080b107c6182c3cf28ec2d3b161c5f4a5a90af)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/mk-fedora-ds.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/source4/script/tests/mk-fedora-ds.sh b/source4/script/tests/mk-fedora-ds.sh
index d828c5415c..bc19effb70 100755
--- a/source4/script/tests/mk-fedora-ds.sh
+++ b/source4/script/tests/mk-fedora-ds.sh
@@ -65,6 +65,23 @@ perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF >&2 || exit 1;
ls | grep -v ^00core | xargs rm
)
+cat >>$FEDORA_DS_DIR/dse.ldif<<EOF
+dn: cn=bitwise,cn=plugins,cn=config
+objectClass: top
+objectClass: nsSlapdPlugin
+objectClass: extensibleObject
+cn: bitwise
+nsslapd-pluginPath: $FEDORA_DS_PREFIX/lib/fedora-ds/plugins/libbitwise-plugin.so
+nsslapd-pluginInitfunc: bitwise_init
+nsslapd-pluginType: matchingRule
+nsslapd-pluginEnabled: on
+nsslapd-pluginId: bitwise
+nsslapd-pluginVersion: 1.1.0a3
+nsslapd-pluginVendor: Fedora Project
+nsslapd-pluginDescription: Allow bitwise matching rules
+
+EOF
+
$srcdir/bin/ad2oLschema $CONFIGURATION -H $PRIVATEDIR/sam.ldb --option=convert:target=fedora-ds -I $srcdir/setup/schema-map-fedora-ds-1.0 -O $FEDORA_DS_DIR/schema/99_ad.ldif >&2
PROVISION_OPTIONS="$PROVISION_OPTIONS --ldap-module=nsuniqueid"