To Enable or Disable the Server Read-Only Mode
You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.
-
Enable the global read-only mode.
$ dsconf set-server-prop -h host -p port read-write-mode:read-only
|
-
When you are ready, disable the read-only mode.
$ dsconf set-server-prop -h host -p port read-write-mode:read-write
|