summaryrefslogtreecommitdiffstats
path: root/ldap/ldif
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/ldif
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/ldif')
-rw-r--r--ldap/ldif/template-dse.ldif.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in
index 72708a0c..7bcb48a8 100644
--- a/ldap/ldif/template-dse.ldif.in
+++ b/ldap/ldif/template-dse.ldif.in
@@ -155,6 +155,15 @@ nsslapd-plugininitfunc: md5_pwd_storage_scheme_init
nsslapd-plugintype: pwdstoragescheme
nsslapd-pluginenabled: on
+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
+
dn: cn=CLEAR,cn=Password Storage Schemes,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin