From 3abe63fd31f4ba5c4b04c41bbe3bd3b2aecf7a42 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

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

diff --git a/opendj-sdk/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif b/opendj-sdk/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif
index 28fbb97..5838111 100644
--- a/opendj-sdk/opends/experimental/openidm-pwsync-plugin/config/openidm-pwsync-plugin-config.ldif
+++ b/opendj-sdk/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