summaryrefslogtreecommitdiffstats
path: root/ldap/admin
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2009-10-26 15:18:09 -0700
committerNathan Kinder <nkinder@redhat.com>2009-10-26 15:18:09 -0700
commit333c980bf3d3729e21149bcd4deab38d4b4ca9aa (patch)
treecdd98e419d18ae9741dea8541f95075cd47674d1 /ldap/admin
parent41fa124aeec3b6bc86f28d69aeccb0e02f382aeb (diff)
downloadds-333c980bf3d3729e21149bcd4deab38d4b4ca9aa.tar.gz
ds-333c980bf3d3729e21149bcd4deab38d4b4ca9aa.tar.xz
ds-333c980bf3d3729e21149bcd4deab38d4b4ca9aa.zip
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.
Diffstat (limited to 'ldap/admin')
-rw-r--r--ldap/admin/src/scripts/50smd5pwdstorageplugin.ldif8
1 files changed, 8 insertions, 0 deletions
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