I am configuring ESSO to do Single Signon for WebSphere Portal 5.1. I found that changing the puakma.config parameter WEBSSOLDAPRealm was important. At first it was like this - the default: WEBSSOLDAPRealm=localhost\\\389 Then I changed it to this: WEBSSOLDAPRealm=myldapserver.mydomain.com\\\389 This got me from not being signed on to being signed on. Which of course was a lot better than before. I would like to know some more about how to use this parameter and its syntax. |