NullBackendCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
4909421ac41e143fe07a235c0d11e9f0452d716bTimo Sirainenuser-friendly-name=Null Backend
1969b443ad2e82f002cad570e1955f1a30146c17Timo Sirainenuser-friendly-plural-name=Null Backends
4909421ac41e143fe07a235c0d11e9f0452d716bTimo Sirainensynopsis=The Null Backend provides a Directory Server backend that implements a /dev/null like behavior for development and testing.
885a3c2287ae3e5827aa580ea06b231de38abb47Timo Sirainendescription=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.
885a3c2287ae3e5827aa580ea06b231de38abb47Timo Sirainenproperty.backend-id.synopsis=Specifies a name to identify the associated backend.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.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.
71df09024cea5f2faa93da3bb9513ee96ba6bf22Timo Sirainenproperty.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.base-dn.description=A single backend may be responsible for one or more base DNs. Note that no two backends may have the same base DN although one backend may have a base DN that is below a base DN provided by another backend (similar to the use of sub-suffixes in the Sun Java System Directory Server). If any of the base DNs is subordinate to a base DN for another backend, then all base DNs for that backend must be subordinate to that same base DN.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.base-dn.requires-admin-action.synopsis=No administrative action is required by default although some action may be required on a per-backend basis before the new base DN may be used.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.enabled.synopsis=Indicates whether the backend is enabled in the server.
4909421ac41e143fe07a235c0d11e9f0452d716bTimo Sirainenproperty.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
4605cab1123700c52c515a433a2802fcbc827c62Timo Sirainenproperty.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
a6ab8f00351265e35b79f3a22b1f5a4978ae5c35Timo Sirainenproperty.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
75d9024d9409f4710e51dbe40ffb338a84bb1446Timo Sirainenproperty.writability-mode.syntax.enumeration.value.enabled.synopsis=Allows write operations to be performed in that backend (if the requested operation is valid, the user has permission to perform the operation, the backend supports that type of write operation, and the global writability-mode property is also enabled).
1172b608624245a5b05ca299d3279e34003ed308Timo Sirainenproperty.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.