From b77074e70f2c2a39c2bae246729bb8f282f34a14 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 19 Aug 2014 08:13:46 +0000
Subject: [PATCH] Backport CR-4302 Fix for OPENDJ-1515: Update password storage section to show PKCS5S2 support

---
 opends/src/main/docbkx/admin-guide/man-dsconfig.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/man-dsconfig.xml b/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
index bb09707..e468721 100644
--- a/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
+++ b/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
@@ -1038,7 +1038,7 @@
   <varlistentry>
    <term><option>-t | --type {type}</option></term>
    <listitem>
-    <para>The type of Password Storage Scheme which should be created. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-des</para>
+    <para>The type of Password Storage Scheme which should be created. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | pkcs5s2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-des</para>
    </listitem>
   </varlistentry>
  </variablelist>

--
Gitblit v1.10.0