diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-04 12:39:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:47 -0500 |
commit | 6e3887569fb721d290b66245748a801a620c2ad6 (patch) | |
tree | 98022a94be50091d7d8828c7d7402e09ad90059d /source4/script | |
parent | e3e505625d5da70078b925ab5605c1aed2411609 (diff) | |
download | samba-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')
-rwxr-xr-x | source4/script/tests/mk-fedora-ds.sh | 17 |
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" |