summaryrefslogtreecommitdiffstats
path: root/ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-06-29 16:21:31 -0400
committerSimo Sorce <ssorce@redhat.com>2007-06-29 16:21:31 -0400
commite45c0d36149352878cdc0916c2d840bb5df8d6e8 (patch)
treeee74220d33fc5df2c0b90b1108b4a9e55a0a2912 /ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
parent414c2cccc22d77e267b3e03200f401d4ebe984e1 (diff)
downloadfreeipa-e45c0d36149352878cdc0916c2d840bb5df8d6e8.tar.gz
freeipa-e45c0d36149352878cdc0916c2d840bb5df8d6e8.tar.xz
freeipa-e45c0d36149352878cdc0916c2d840bb5df8d6e8.zip
Import the multi hash ipa_pwd_extop slapi plugin.
This plugin should be the central control point for password change operations.
Diffstat (limited to 'ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif')
-rw-r--r--ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif13
1 files changed, 13 insertions, 0 deletions
diff --git a/ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif b/ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
new file mode 100644
index 000000000..a9a3a349f
--- /dev/null
+++ b/ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
@@ -0,0 +1,13 @@
+dn: cn=ipa_pwd_extop,cn=plugins,cn=config
+objectclass: top
+objectclass: nsSlapdPlugin
+objectclass: extensibleObject
+cn: ipa_pwd_extop
+nsslapd-pluginpath: /usr/lib/fedora-ds/plugins/libipa_pwd_extop.so
+nsslapd-plugininitfunc: ipapwd_init
+nsslapd-plugintype: extendedop
+nsslapd-pluginenabled: on
+nsslapd-pluginid: Multi-hash Change Password Extended Operation
+nsslapd-pluginversion: 1.0
+nsslapd-pluginvendor: RedHat
+nsslapd-plugindescription: Support saving passwords in multiple fornmats for different consumers like krb5, samba, freeradius, etc.