6.1. Working with Administration Server Instances
There are two additional setup steps that can be done with the Administration Server. This first allows the Administration Server to be accessed by remote clients, so that users can install and launch the Directory Server Console and still access the remote Directory Server file, such as help files.
If you lock yourself out of the Console or Administration Server, you may have to edit the Administration Server configuration directly via LDAP. See http://directory.fedoraproject.org/wiki/Howto:AdminServerLDAPMgmt for information on editing the Administration Server configuration.
The Directory Server Console can be launched from remote machines to access an instance of Directory Server. The client running Directory Server Console needs access to the Administration Server to access support files like the help content and documentation.
There are six steps to configure the Administration Server to accept the client IP address:
On the same machine on which the Administration Server is running launch the Console.
/usr/bin/redhat-idm-console
In the Administration Server Console, click the Configuration tab, then click the Network tab.
In the Connection Restrictions Settings section, select IP Addresses to Allow from the pull down menu.
Click Edit.
In the IP Addresses field, enter the following:
*.*.*.*
This allows all IP addresses to access the Administration Server.
Restart the Administration Server.
Adding the client machine proxy IP address to the Administration Server creates a potential security hole.
If there are proxies for the HTTP connections on the client machine running the Directory Server Console, the configuration must be changed in one of two ways:
The proxy settings must be removed from the client machine. Removing proxies on the machine running Directory Server Console allows the client to access the Administration Server directly. To remove the proxy settings, edit the proxy configuration of the browser which is used to launch the help files.
Add the client machine proxy IP address to Administration Server's list of acceptable IP addresses. This is described in Section 6.1.1, “Configuring IP Authorization on the Administration Server”.
Adding the client machine proxy IP address to the Administration Server creates a potential security hole.