Writability mode
Use writability mode to indicate whether the server allows clients to update the data in the server.
This can be configured through the writability-mode
property in the global configuration, or through the writability-mode
property for each backend. In either case, the property offers the following values:
enabled
-
Indicates that writes are enabled.
disabled
-
Indicates that all write attempts are rejected, regardless of their origin.
internal-only
-
Indicates that write attempts from external clients are rejected, but writes received from replication or initiated internally within the server (for example, as a result of password policy state processing).
The writability mode defined in the global configuration applies only to user data backends. It will not apply to private backends, like the server configuration or schema. If the If you want to configure a PingDirectory server instance to be a read-only replica, then you should use the |