From 333c980bf3d3729e21149bcd4deab38d4b4ca9aa Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Mon, 26 Oct 2009 15:18:09 -0700 Subject: BZ 221905 - Add SMD5 password storage support. This adds SMD5 password storage support to the existing password storage plug-in. Add upgrade LDIF has been added to ensure that this new functionality will be available to servers that are upgraded from previous versions. --- ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif (limited to 'ldap/admin') diff --git a/ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif b/ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif new file mode 100644 index 00000000..5375c9f1 --- /dev/null +++ b/ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif @@ -0,0 +1,8 @@ +dn: cn=SMD5,cn=Password Storage Schemes,cn=plugins,cn=config +objectclass: top +objectclass: nsSlapdPlugin +cn: SMD5 +nsslapd-pluginpath: libpwdstorage-plugin +nsslapd-plugininitfunc: smd5_pwd_storage_scheme_init +nsslapd-plugintype: pwdstoragescheme +nsslapd-pluginenabled: on -- cgit