From 38fea46bd596ca358740f81c018d92583cc2f747 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Tue, 06 Nov 2007 00:54:38 +0000 Subject: [PATCH] Fix a copy-and-paste typo in the configuration of the Get Connection ID extended operation handler. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index f63a96b..6c4ab34 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -511,7 +511,7 @@ objectClass: top objectClass: ds-cfg-extended-operation-handler objectClass: ds-cfg-get-connection-id-extended-operation-handler -cn: Cancel +cn: Get Connection ID ds-cfg-java-class: org.opends.server.extensions.GetConnectionIDExtendedOperation ds-cfg-enabled: true -- Gitblit v1.10.0