I have researched as much as I could but unable to find answer to this. Following different threads I have successfully configured LDAP authentication, have added correct BASE LDAP Distinguished name etc… The isssue I am having is that I am able to extract LDAP groups without any issues i.e. IN LDAP Authentication if add for e.g. ASM Support Group, it retrieves the correct distinguished name, also I am able to connect to Designer using LDAP by logging onto the application server. Its only when
I try Infoview I get the following error:
Account Information Not Recognized: The secLdap plugin failed to connect to the specified hosts. (FWB 00028)
We have a seperate WEB Tier and seperate application Tier. I haven’t seen any documentation which specifies if any configuration is needed on Tomcat.
Yes have tried that as well but no luck . The Apache Tomcat has been hosted on a different server. The LDAP Server is accessible from BO hosted server, as the ports have been opened, but not from the web server. Also I can use WEBI Rich Client or Designer to logon on via LDAP from the BO server itself. It is an issue when I try and connect via Infoview, where the web tier comes into picture. Logically Web tier does not directly communicate with LDAP server, it would send the information to CMS, it is then the CMS that authenticates using secLDAP and sends back a valid session \token to Web Tier. Would I be correct in understanding this ?
You need to ensure that Apache Tomcat can communicate with LDAP (as explained here ) I think it should work…else you can confirm with Lee where you are checking
You are right, I got hold of this SAP forum yesterday evening but as you and Tim are mentioning the same fact, it could very well be due to this fact. Will give it a go, will surely feedback as it goes.
Thanks Nicholas, you were spot on. Finally the port from the web server were opened yesterday and gues what the LDAP authentication worked successfully