From 0725a645defe632809bfcbc47fd7d03c82877407 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 18 Jul 2011 15:33:50 +0000
Subject: [PATCH] Fix OPENDJ-233: Integrate Samba password sync plugin into OpenDJ (contributed by Profiq S.R.O)

---
 opends/src/messages/messages/plugin.properties |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties
index 2c525b9..724d647 100644
--- a/opends/src/messages/messages/plugin.properties
+++ b/opends/src/messages/messages/plugin.properties
@@ -421,3 +421,10 @@
  subordinate delete plugin defined in configuration entry %s returned null \
  when invoked for connection %d operation %s.  This is an illegal response, \
  and processing on this operation will be terminated
+SEVERE_ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE_117=An attempt was made to \
+ register the Samba password synchronization plugin to be invoked as a %s plugin. \
+ This plugin type is not allowed for this plugin
+SEVERE_ERR_PLUGIN_SAMBA_SYNC_ENCODING_118=The Samba password \
+ synchronization plugin could not encode a password for the following reasons: %s
+SEVERE_ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING_119=The Samba password \
+ synchronization plugin could not process a modification for the following reason: %s

--
Gitblit v1.10.0