5.1 ERROR: Login Failure. Invalid Credentials

If you see a "Login Error. Invalid Credentials" (applies only for Container and Linux installed IDC) error message when you log into the Identity Console, you should check the Identity Console network call to find if "Entered Hostname invalid" error appears. If you receive an error message, it is because the eDirectory IP address associated with the Identity Console may not be present in the edirapi.conf file. In this situation, edit the edirapi.conf file and add the edirectory ip address to the file under the edir-hosts parameter.

A sample configuration file is shown below:

listen = ":9000"
pfxpassword = "novell"
bcert = "/etc/opt/novell/eDirAPI/cert/"
ospmode=false
edir-hosts = "<ip_address-1>:636,<ip_address-2>:636"