Configure communication between PingDirectory Server and the 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.Note:
The prepare-endpoint-server tool can only be used on LDAP directory servers. For the SCIM Server, manually create a sync user entry.
Run the prepare-endpoint-server command to setup communication between PingDirectory Server and the source server(s). The tool will prompt for the bind DN and password to create the user account and enable the change log.
$ 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