How to configure WebSphere portal v6.1 after setting policy rule
jowvidMay 27 2010 — edited Jul 19 2010Hi All,
I have installed WebGate version 10.1.4.2 for WebSphere Portal v6.1 successfully.
Because the diagnostic view of netpoint is normal:
http://ep.test.com/access/oblix/apps/webgate/bin/webgate.cgi?progid=1
And I have created a policy for that. After I restart IHS with command ./apachectl start. When I open the IE to access the HomePage, it reply me the login page that is input the username and the password page.
I paste the relation of configuration at WebSphere,OAM:
OAM Authentication Management General:
Details for Authentication Scheme
Name New_Portal_74
Description
Level 1
Challenge Method Form
Challenge Parameter form:/login.html
action:/wps/myportal
creds:userid code
SSL Required No
Challenge Redirect
Enabled Yes
OAM Authentication Management Plugins:
credential_mapping obMappingBase="DC=test,DC=com",obMappingFilter="(&(objectclass=User)(samaccountname=%userid%))"
The Setting of httpd.conf for load WebGate:
#*** BEGIN WebGate Specific ****
LoadModule obWebgateModule "/IBM/OAM_WEBGATE/access/oblix/apps/webgate/bin/webgate.so"
WebGateInstalldir "/IBM/OAM_WEBGATE/access"
WebGateMode PEER
<Location /access/oblix/apps/webgate/bin/webgate.cgi>
SetHandler obwebgateerr
</Location>
<Location "/oberr.cgi">
SetHandler obwebgateerr
</Location>
<LocationMatch "/*">
AuthType Oblix
require valid-user
</LocationMatch>
#*** END WebGate Specific ****
I think if I can configure correct I can login to the portal HomePage but need not input username and password.
So I don't know what else can i do?
Thanks,
Jowvid
Edited by: jowvid on May 26, 2010 11:03 PM