Troubleshooting single sign-on problems with Domino
Troubleshoot problems when using single sign-on (SSO) with Domino® Directory.
About this task
To resolve this problem, configure the Virtual Member Manager component of WebSphere® Application Server to use Domino Directory flat groups:
Procedure
- Open the wimconfig.xml file in a text
editor. The file is stored in the following location:
Option Description AIX® /usr/IBM/WebSphere/AppServer/profiles/<profile_name>/config/cells/ <cell_name>/wim/config Linux™ /opt/IBM/WebSphere/AppServer/profiles/<profile_name>/config/cells/ <cell_name>/wim/config Microsoft™ Windows™ C:\IBM\WebSphere\AppServer\profiles\<profile_name>\config\cells\ <cell_name>\wim\config - Replace the
<config:baseEntries name="o=example" nameInRepository="o=example"/>
string with the following string:<config:baseEntries name="" nameInRepository=""/>
. - Replace the
<config:participatingBaseEntries name="o=example"/>
string with the following string:<config:participatingBaseEntries name=""/>
. - Save and close the wimconfig.xml file.
- Restart the Deployment Manager.