ConfigFileHandlerBackendCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox Useruser-friendly-name=Config File Handler Backend
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updateruser-friendly-plural-name=Config File Handler Backends
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox Usersynopsis=The Config File Handler Backend allows clients to access the server configuration over protocol, and allow both read and write operations. Note: Modify DN operations are not supported for entries in the server configuration.
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox Userproperty.backend-id.synopsis=Specifies a name to identify the associated backend.
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic 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.
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updaterproperty.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles.
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic 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.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox Userproperty.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.
fe84edc17e0d582cf7b4270f8df9d4742a107b1cAutomatic Updaterproperty.enabled.synopsis=Indicates whether the backend is enabled in the server.
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox Userproperty.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations.
bed0874e1a09e810575328c4bfc346a47514b69fMark Andrewsproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
b253dcf9668f95e141bce9556dc88e30d3305a1dTinderbox Userproperty.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox Userproperty.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox Userproperty.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).
e20309353e6246485c521278131d3fced73d7957Tinderbox Userproperty.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.