From e38f6f28245cc16aa183e923039dfaef931080c3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Sun, 26 Jul 2009 22:25:18 +0000
Subject: [PATCH] dsreplication allowed an infinite number of password tries for the administrator. This is inconsistent with what is done elsewhere.
---
opendj-sdk/opends/src/ads/org/opends/admin/ads/TopologyCache.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/ads/org/opends/admin/ads/TopologyCache.java b/opendj-sdk/opends/src/ads/org/opends/admin/ads/TopologyCache.java
index 7c5949b..3dc2954 100644
--- a/opendj-sdk/opends/src/ads/org/opends/admin/ads/TopologyCache.java
+++ b/opendj-sdk/opends/src/ads/org/opends/admin/ads/TopologyCache.java
@@ -198,6 +198,15 @@
}
/**
+ * Returns the trust manager used by this class.
+ * @return the trust manager used by this class.
+ */
+ public ApplicationTrustManager getTrustManager()
+ {
+ return trustManager;
+ }
+
+ /**
* Reads the replication monitoring.
* @throws NamingException if an error occurs reading the replication
* monitoring.
--
Gitblit v1.10.0