From 66e851eb4f47f909a235549ead09ef159fd20f88 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 10 Sep 2007 00:56:52 +0000
Subject: [PATCH] Add support for password storage schemes using AES, 3DES, RC4, and Blowfish. The AES, RC4, and Blowfish implementations all use 128-bit ciphers, and the 3DES implementation uses a 168-bit cipher.

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

diff --git a/opends/resource/admin/abbreviations.xsl b/opends/resource/admin/abbreviations.xsl
index def5a86..b8653d7 100644
--- a/opends/resource/admin/abbreviations.xsl
+++ b/opends/resource/admin/abbreviations.xsl
@@ -51,6 +51,7 @@
               or $value = 'fifo' or $value = 'vlv' or $value = 'uuid'
               or $value = 'md5' or $value = 'sha1' or $value = 'sha256'
               or $value = 'sha384' or $value = 'sha512' or $value = 'tls'
+              or $value = 'des' or $value = 'aes' or $value = 'rc4'
              "/>
   </xsl:template>
 </xsl:stylesheet>

--
Gitblit v1.10.0