mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jpikus
14.37.2009 da1fd65f81614606bf98f703333f1f518fd08b4f
opendj-sdk/opends/src/admin/messages/ConfigFileHandlerBackendCfgDefn.properties
@@ -11,5 +11,5 @@
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
property.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).
property.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).
property.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.