13.07.2015 Views

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

IBM WebSphere V5.0 Security - CGISecurity

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

6. The next step is to run the PDWASCFG utility for which there are a number ofinputs.– A user account which will be the user identity for the Access Manager for<strong>WebSphere</strong> application: wasadmin.– The sec_master password and the fully qualified name of the AccessManager: server- password and secsrv01.itso.ral.ibm.comrespectively.– The name of the Authorization Server that <strong>WebSphere</strong> would beaccessing: here, the same server on which <strong>WebSphere</strong> was running,appsrv02.itso.ral.ibm.com.Opening a Windows command prompt, the following commands wereexecuted:cd C:\Tivoli\sbinset PDWAS_HOME=C:\Tivoli\pdwasset WAS_HOME=C:\<strong>WebSphere</strong>\AppServersetCLASSPATH="%PDWAS_HOME%\sbin";"%PDWAS_HOME%\lib\PDWASAuthzManager.jar";"%PDWAS_HOME%\lib";"%CLASSPATH%"java -Dpdwas.home="%PDWAS_HOME%" -Dwas.home=%WAS_HOME% -cp %CLASSPATH%PDWAScfg -action config -remote_acl_user "cn=wasadmin,o=itso"-sec_master_pwd password -pdmgrd_host secsrv01.itso.ral.ibm.com-pdacld_host appsrv02.itso.ral.ibm.comThe success of the action was confirmed by checking the existence of thePdPerm Properties file, c:\<strong>WebSphere</strong>\Appserver\java\jre\PdPerm.properties.Configure the Access Manager authorization component for <strong>WebSphere</strong>Application Server. The meanings of the parameters for the PDWAScfg utilityare as follows:– action specifies the command to perform. It is either configuration orunconfiguration. The valid values for this option are config or unconfig.– remote_acl_user is the full DN of the remote acl user, used for the SSLconnection with the Access Manager authorization server.– sec_master_pwd is the password of the sec_master user.– pdmgrd_host contains the hostname of the Access Manager policyserver.– pdacld_host contains the hostname of the Access Managerauthorization server.– pdmgrd_port is the port number of the Access Manager policy serverwhich can be specified if it has been configured as different from thestandard port.Chapter 12. Tivoli Access Manager 435

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

Saved successfully!

Ooh no, something went wrong!