From f5247be0fdd74d55d9fd1191bbba4618400d50ef Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 30 Aug 2011 14:47:30 +0000
Subject: [PATCH] OPENDJ-262: Implement pass through authentication (PTA)

---
 opends/src/admin/defn/org/opends/server/admin/std/LDAPPassThroughAuthenticationPolicyConfiguration.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LDAPPassThroughAuthenticationPolicyConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LDAPPassThroughAuthenticationPolicyConfiguration.xml
index d745d20..d9e560c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LDAPPassThroughAuthenticationPolicyConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LDAPPassThroughAuthenticationPolicyConfiguration.xml
@@ -194,7 +194,13 @@
       </adm:none>
     </adm:requires-admin-action>
     <adm:default-behavior>
-      <adm:undefined />
+      <adm:alias>
+        <adm:synopsis>
+          By default, no trust manager is specified indicating that only
+          certificates signed by the authorities associated with this JVM will
+          be accepted.
+        </adm:synopsis> 
+      </adm:alias>
     </adm:default-behavior>
     <adm:syntax>
       <adm:aggregation relation-name="trust-manager-provider"

--
Gitblit v1.10.0