mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
23.07.2011 5b5badc833bd2383dbbd3a906101a823d5dba20c
opendj-sdk/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.