From e1b78d96d01a01bb9e537a5c2428198e6c994a64 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Wed, 20 Feb 2013 14:09:09 +0000
Subject: [PATCH] Fix OPENDJ-510 Add support for PBKDF2 password storage scheme

---
 opends/resource/admin/abbreviations.xsl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/resource/admin/abbreviations.xsl b/opends/resource/admin/abbreviations.xsl
index 256ba7d..6c02a0d 100644
--- a/opends/resource/admin/abbreviations.xsl
+++ b/opends/resource/admin/abbreviations.xsl
@@ -23,7 +23,7 @@
   !
   !
   !      Copyright 2008-2009 Sun Microsystems, Inc.
-  !      Portions copyright 2011-2012 ForgeRock AS
+  !      Portions copyright 2011-2013 ForgeRock AS
   ! -->
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -55,6 +55,7 @@
               or $value = 'des' or $value = 'aes' or $value = 'rc4'
               or $value = 'db' or $value = 'snmp' or $value = 'qos'
               or $value = 'ecl' or $value = 'ttl' or $value = 'jpeg'
+              or $value = 'pbkdf2'
              "/>
   </xsl:template>
 </xsl:stylesheet>

--
Gitblit v1.10.0