MemoryBackendCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Memory Backend
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updateruser-friendly-plural-name=Memory Backends
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updatersynopsis=The Memory Backend provides a Directory Server backend implementation that stores entries in memory.
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updaterdescription=There is no persistence of any kind, and the backend contents are cleared whenever the backend is brought online or offline and when the server is restarted.
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updaterproperty.backend-id.synopsis=Specifies a name to identify the associated backend.
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updaterproperty.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.
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updaterproperty.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updaterproperty.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.
2ec4ab21838e218863d052ebfa3e106e04f50820Evan Huntproperty.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.
ea854b585041ad19f70f7af15e08144ef2c2bd1bMark Andrewsproperty.enabled.synopsis=Indicates whether the backend is enabled in the server.
78cb74fab4665da2e2641ba909c6f59f74cc4193Automatic Updaterproperty.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updaterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updaterproperty.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsproperty.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).
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updaterproperty.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington