From d711121dd1b1d14ba8c24d6d2c324ab5dc69a271 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 07 Dec 2010 21:46:29 +0000
Subject: [PATCH] Fix copy/paste error in OpenIDM password sync plugin config file

---
 opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif b/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif
index 28fbb97..5838111 100644
--- a/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif
+++ b/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif
@@ -2,7 +2,7 @@
 objectClass: top
 objectClass: ds-cfg-account-status-notification-handler
 objectClass: ds-cfg-openidm-account-status-notification-handler
-cn: SMTP Handler
+cn: OpenIDM Notification Handler
 ds-cfg-java-class: com.forgerock.openidm.pwsync.OpenidmAccountStatusNotificationHandler
 ds-cfg-enabled: true
 ds-cfg-attribute-type: mail

--
Gitblit v1.10.0