ConfigFileHandlerBackendCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Config File Handler Backend
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updateruser-friendly-plural-name=Config File Handler Backends
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updatersynopsis=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.
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updaterproperty.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.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updaterproperty.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.
0519188c8e1ae76978fc4e0f799620cd36eba07aAutomatic Updaterproperty.enabled.synopsis=Indicates whether the backend is enabled in the server.
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrewsproperty.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updaterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsproperty.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updaterproperty.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).
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.