svn commit: samba r22075 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Wed Apr 4 12:39:45 GMT 2007


Author: abartlet
Date: 2007-04-04 12:39:44 +0000 (Wed, 04 Apr 2007)
New Revision: 22075

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22075

Log:
Configure the bitwise match plugin, until it becomes accepted upstream.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh	2007-04-04 12:23:10 UTC (rev 22074)
+++ branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh	2007-04-04 12:39:44 UTC (rev 22075)
@@ -65,6 +65,23 @@
      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"



More information about the samba-cvs mailing list