03.05.2015 Views

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

6. The next step is to run the PDWASCFG utility for which there are a number of<br />

inputs.<br />

– A user account which will be the user identity for the Access Manager for<br />

<strong>WebSphere</strong> application: wasadmin.<br />

– The sec_master password and the fully qualified name of the Access<br />

Manager: server- password and secsrv01.itso.ral.ibm.com<br />

respectively.<br />

– The name of the Authorization Server that <strong>WebSphere</strong> would be<br />

accessing: here, the same server on which <strong>WebSphere</strong> was running,<br />

appsrv02.itso.ral.ibm.com.<br />

Opening a Windows command prompt, the following commands were<br />

executed:<br />

cd C:\Tivoli\sbin<br />

set PDWAS_HOME=C:\Tivoli\pdwas<br />

set WAS_HOME=C:\<strong>WebSphere</strong>\AppServer<br />

set<br />

CLASSPATH="%PDWAS_HOME%\sbin";"%PDWAS_HOME%\lib\PDWASAuthzManager.jar";"%PD<br />

WAS_HOME%\lib";"%CLASSPATH%"<br />

java -Dpdwas.home="%PDWAS_HOME%" -Dwas.home=%WAS_HOME% -cp %CLASSPATH%<br />

PDWAScfg -action config -remote_acl_user "cn=wasadmin,o=itso"<br />

-sec_master_pwd password -pdmgrd_host secsrv01.itso.ral.ibm.com<br />

-pdacld_host appsrv02.itso.ral.ibm.com<br />

The success of the action was confirmed by checking the existence of the<br />

PdPerm Properties file, c:\<strong>WebSphere</strong>\Appserver\java\jre\PdPerm.properties.<br />

Configure the Access Manager authorization component for <strong>WebSphere</strong><br />

Application Server. The meanings of the parameters for the PDWAScfg utility<br />

are as follows:<br />

– action specifies the command to perform. It is either configuration or<br />

unconfiguration. The valid values for this option are config or unconfig.<br />

– remote_acl_user is the full DN of the remote acl user, used for the SSL<br />

connection with the Access Manager authorization server.<br />

– sec_master_pwd is the password of the sec_master user.<br />

– pdmgrd_host contains the hostname of the Access Manager policy<br />

server.<br />

– pdacld_host contains the hostname of the Access Manager<br />

authorization server.<br />

– pdmgrd_port is the port number of the Access Manager policy server<br />

which can be specified if it has been configured as different from the<br />

standard port.<br />

Chapter 12. Tivoli Access Manager 435

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!