a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosteruser-friendly-name=Config File Handler Backend
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosteruser-friendly-plural-name=Config File Handler Backends
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fostersynopsis=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.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.backend-id.synopsis=Specifies a name to identify the associated backend.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.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.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.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.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.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.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.enabled.synopsis=Indicates whether the backend is enabled in the server.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.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).
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterproperty.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster