From 3a08fe9f0ad2c2f603764e4104602dde13beaad3 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 28 Sep 2011 16:54:52 +0000
Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA)
---
opendj-sdk/opends/resource/admin/abbreviations.xsl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/resource/admin/abbreviations.xsl b/opendj-sdk/opends/resource/admin/abbreviations.xsl
index a214041..91969fa 100644
--- a/opendj-sdk/opends/resource/admin/abbreviations.xsl
+++ b/opendj-sdk/opends/resource/admin/abbreviations.xsl
@@ -23,6 +23,7 @@
!
!
! Copyright 2008-2009 Sun Microsystems, Inc.
+ ! Portions copyright 2011 ForgeRock AS
! -->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -53,7 +54,7 @@
or $value = 'sha384' or $value = 'sha512' or $value = 'tls'
or $value = 'des' or $value = 'aes' or $value = 'rc4'
or $value = 'db' or $value = 'snmp' or $value = 'qos'
- or $value = 'ecl'
+ or $value = 'ecl' or $value = 'ttl'
"/>
</xsl:template>
</xsl:stylesheet>
--
Gitblit v1.10.0