Sun Java System Directory Server Enterprise Edition 6.0 Administration Guide

ProcedureTo Change the Default Replication Manager Password

  1. Create a temporary file for setting the replication manager password.

    This file is read once, and the password is stored for future use.


    $ echo password > password-file
    
  2. On all consumer (destination) servers in the replication topology, set the replication manager bind password.


    $ dsconf set-server-prop -h host -p port suffix-DN def-repl-manager-pwd-file:password-file
    

    For example:


    $ dsconf set-server-prop -h host1 -p 1389 dc=example,dc=com \
     def-repl-manager-pwd-file:pwd.txt
  3. Remove the temporary password file.


    $ rm password-file