1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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

Andrew Bartlett
(This used to be commit ce080b107c)
This commit is contained in:
Andrew Bartlett 2007-04-04 12:39:44 +00:00 committed by Gerald (Jerry) Carter
parent e3e505625d
commit 6e3887569f

View File

@ -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"