I try to put the user id in the user field on the authenticaton page. I think it is possible configuring the web.xml like for the default authentication mode (enterprise, ldap, …) put I don’t find where in this file, i have to do modifications for the user.
Sorry for my english and thanksin advance for ur help.
Open the web.xml file and search for the word “authentication”.
You will find it under tags.
By default, the value is secEnterprise. Modify the value to the desired authentication like secLDAP or secWindowsAD.
Save the file and restart the Tomcat server.
The above is for Infoview. For CMC, do the same in adminlaunch/web-inf/web.xml file.
I think he wants to specify a default username rather than authentication method, which I don’t believe is possible using the existing configuration parameters.
Hi Raj_admin,
I’m looking to restrict the authentication to LDAP only for Infoview
So I opened the web.xml @ webapps\InfoViewApp\WEB-INF
and set the Authentication to secLDAP.
When I open Infoview I’m able to see all the Authentication types(the drop down)
I dont want the drop down to appear. I just want the user and pwd text boxes to appear.
Thanks that works when I try to log on to Infoview.
But if i try to open a report by using the the OpenDocument command all the other authentication types also appear.