From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/NullBackendCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/NullBackendCfgDefn.properties b/opends/src/admin/messages/NullBackendCfgDefn.properties index 67c1d8e..c08b86e 100644 --- a/opends/src/admin/messages/NullBackendCfgDefn.properties +++ b/opends/src/admin/messages/NullBackendCfgDefn.properties @@ -1,6 +1,6 @@ user-friendly-name=Null Backend user-friendly-plural-name=Null Backends -synopsis=The Null Backend provides a Directory Server backend that implements a /dev/null like behavior for development and testing. +synopsis=The Null Backend provides a directory server backend that implements a /dev/null like behavior for development and testing. description=The Null Backend behaves as follows: all search operations return success but no data; all write operations do nothing; bind operations fail with invalid credentials; compare operations are only possible on objectClass and return true for top, nullBackendObject, and extensibleObject. In addition controls are supported although this implementation does not provide any specific emulation for controls. Generally known request controls are accepted and default response controls returned where applicable. Searches within a Null Backend are always considered indexed. Null Backends are for development and testing only. property.backend-id.synopsis=Specifies a name to identify the associated backend. property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. -- Gitblit v1.10.0