3.5 Installing and Configuring Identity Console

Identity Console is used to administer eDirectory objects, users, schema, partitions, replicas, and rights on an OES server. Identity Console is deployed as a docker container.

To access Identity console, use https://<umc_server_ip>:<eDir_api_port>/identityconsole/login.html

3.5.1 Error Message: “Login Error. Invalid Credentials”

If you receive the error message “Login Error. Invalid Credentials,” and /var/lib/docker/volumes/IDConsole-volume/_data/eDirAPI/var/log/edirapi logs display “LDAP Result Code 49 Invalid Credentials: Hostname not valid.”, it indicates that the eDirectory IP address is not associated with Identity Console or included in the edirapi.conf file.

To resolve this issue, do the following:

  1. Edit the edirapi.conf file located at /var/lib/docker/volumes/IDConsole-volume/eDirAPI/etc/conf/.

  2. Modify the edir-hosts entry in the edirapi.conf file.

  3. To restart the container, do the following:

    docker restart identityconsole-oes

  4. Log in to the Identity Console using your credentials.