Configure communication with the source server
Configure communication between PingDataSync and the Lightweight Directory Access Protocol (LDAP) source servers with the prepare-endpoint-server
tool. If user accounts do not exist, this tool creates the appropriate user account and its privileges. Also, because the source is an PingDirectory server, this tool enables the changelog.
The Run the |
$ bin/prepare-endpoint-server \
--hostname ds1.example.com \
--port 636 \
--useSSL \
--trustAll \
--syncServerBindDN "cn=Sync User,cn=Root DNs,cn=config" \
--syncServerBindPassword "password" \
--baseDN "dc=example,dc=com" \
--isSource