PingDirectory

Completing the installation

Regardless of whether you are installing Delegated Admin in a Unix or Linux or Windows environment, perform the relevant steps in this section after you complete the previous OS-specific tasks.

The PingDirectoryProxy server

Before you begin

The following task assumes that when you ran the setup command, you answered y to the question Is Delegated Admin being installed in a topology containing PingDirectoryProxy?

About this task

If you are installing Delegated Admin on the PingDirectoryProxy server, you must configure the proxy instance using the delegated-admin-for-proxy.dsconfig script as described in All locations except PingDirectoryProxy server.

To configure all instances of the PingDirectory server:

Steps

  1. Apply the commands from the delegated-admin.dsconfig batch file to all instances of the PingDirectory server.

    $ ./bin/dsconfig \
      --bindDN "cn=Directory Manager" \
      --bindPassword <password> \
      --no-prompt \
      --batch-file webapps/delegator/delegated-admin.dsconfig \
      --applyChangeTo server-group
    shell
  2. Apply the commands from the delegated-admin.dsconfig batch file to all instances of the PingDirectory server, as explained in Replicated instances of the PingDirectory server.

All locations except PingDirectoryProxy server

About this task

To continue installing Delegated Admin on a PingDirectory server or an external web server:

Steps

  • Run the following command with delegated-admin.dsconfig on the appropriate server:

    $ ./bin/dsconfig \
      --bindDN "cn=Directory Manager" \
      --bindPassword <password> \
      --no-prompt \
      --batch-file webapps/delegator/delegated-admin.dsconfig
    shell

Next steps

You cannot sign on to Delegated Admin until you configure the rights of the delegated administrators. For more information about configuring administrative rights, the REST resource type, session timeout values, and other properties, see Configuring Delegated Admin.

After you configure Delegated Admin, verify that the application is installed and working successfully.