Previous Topic: Install Websphere Portal Server

Next Topic: Check that Required Entries Are Present

Configure Websphere Portal Server to Use CA Directory

Websphere Portal Server does not support CA Directory out-of-the-box. This means that you must configure Websphere Portal Server to think that CA Directory is Domino, one of the supported directories.

Edit the wpconfig.properties file

  1. In a text editor, open the {wp_root}\config\wpconfig.properties file.

    This is the main Websphere Portal Server configuration file.

  2. Edit the file to match the details shown below:
    WasUserid=uid=wpsbind,ou=users,o=democorp,c=au
    WasPassword=wpsbind
    PortalAdminId=uid=wpsadmin,ou=users,o=democorp,c=au
    PortalAdminIdShort=wpsadmin
    PortalAdminPwd=wpsadmin
    PortalAdminGroupId=cn=wpsadmins,ou=groups,o=democorp,c=au
    WpsContentAdministrators=cn=wpsContentAdministrators,ou=groups,o=democorp,c=au
    WpsContentAdministratorsShort=wpsContentAdministrators
    WpsDocReviewer=cn=wpsDocReviewer,ou=groups,o=democorp,c=au
    WpsDocReviewerShort=wpsDocReviewer
    WcmAdminGroupId=cn=oucmadmins,ou=groups,o=democorp,c=au
    WcmAdminGroupIdShort=Wcmadmins
    LTPAPassword=password
    LTPATimeout=120
    LDAPHostName=hostname
    LDAPPort=19389
    LDAPAdminUId=uid=wpsadmin,ou=users,o=democorp,c=au
    LDAPAdminPwd=wpsadmin
    LDAPServerType=DOMINO502
    
    LDAPBindID=uid=wpsbind,ou=users,o=democorp,c=au
    LDAPBindPassword=wpsbind
    LDAPSuffix=o=democorp,c=au
    LDAPUserPrefix=uid
    LDAPUserSuffix=ou=users
    LDAPGroupPrefix=cn
    LDAPGroupSuffix=ou=groups
    LDAPUserObjectClass=inetOrgPerson
    LDAPGroupObjectClass=groupOfUniqueNames
    LDAPGroupMember=uniqueMember
    LDAPUserFilter=(&(uid=%v)(objectclass=inetOrgPerson))
    LDAPGroupFilter=(&(cn=%v)(objectclass=groupOfUniqueNames))
    
  3. Save and close the configuration file.