summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-08-16 17:59:23 -0400
committerSimo Sorce <ssorce@redhat.com>2007-08-16 17:59:23 -0400
commit0a6007bcf25c83d343613d18df93d054cedc419a (patch)
tree4cb251748be7a551e10faae723bdf17ae799af22
parentf6605ca792757ae0775f2882384befecfb51756d (diff)
downloadfreeipa-0a6007bcf25c83d343613d18df93d054cedc419a.tar.gz
freeipa-0a6007bcf25c83d343613d18df93d054cedc419a.tar.xz
freeipa-0a6007bcf25c83d343613d18df93d054cedc419a.zip
Fix the relative name, Richm explained that the allowed values are either:
/full/path/plugin-name.so or just plugin-name (no .so as different arches have different extensions)
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif2
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif b/ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif
index 48888dfac..a1f031405 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif
+++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif
@@ -3,7 +3,7 @@ objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: ipa-memberof
-nsslapd-pluginpath: libipa-memberof-plugin.so
+nsslapd-pluginpath: libipa-memberof-plugin
nsslapd-plugininitfunc: ipamo_postop_init
nsslapd-plugintype: postoperation
nsslapd-pluginenabled: on
diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif
index f99c4d93a..689baecb3 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif
+++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif
@@ -4,7 +4,7 @@ objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: ipa_pwd_extop
-nsslapd-pluginpath: libipa_pwd_extop.so
+nsslapd-pluginpath: libipa_pwd_extop
nsslapd-plugininitfunc: ipapwd_init
nsslapd-plugintype: extendedop
nsslapd-pluginenabled: on