From 6260dbbc1f04bcccf305d54e42a04197b1b988a2 Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Thu, 22 May 2008 07:37:52 +0000
Subject: [PATCH] Fixes: 3142: SNMP: SNMP Connection Handler should accept snmp requests on localhost 3239: On Windows, server can't load jdmkrt.jar file 3253: SNMP: wrong value for dsServerType entry
---
opends/src/snmp/src/org/opends/server/snmp/DsApplIfOpsEntryImpl.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/snmp/src/org/opends/server/snmp/DsApplIfOpsEntryImpl.java b/opends/src/snmp/src/org/opends/server/snmp/DsApplIfOpsEntryImpl.java
index e5da78a..67e2120 100644
--- a/opends/src/snmp/src/org/opends/server/snmp/DsApplIfOpsEntryImpl.java
+++ b/opends/src/snmp/src/org/opends/server/snmp/DsApplIfOpsEntryImpl.java
@@ -93,6 +93,15 @@
}
/**
+ * Getter for the "DsApplIfProtocol" variable.
+ * @return an OID representing the connection handler:port
+ */
+ public String getDsApplIfProtocol() {
+// return new String("1.3.6.1..27.3.") + portNumber;
+ return DsApplIfProtocol;
+ }
+
+ /**
* {@inheritDoc}
* @return DsApplIfSearchOps
*/
--
Gitblit v1.10.0