WPS: Autenticando via LDAP no Domino - Configurando
1.Backup dos arquivos de configuração
Vá para o diretório
cd /opt/IBM/WebSphere/PortalServer/config
faça um backup dos arquivos wpconfig.properties e wpconfig_dbdomain.properties
cp wpconfig_db.properties wpconfig.properties_antesLDAP cp wpconfig_dbdomain.properties wpconfig_dbdomain.properties_antesLDAP
2. Definição no arquivo wpconfig.properties
- Usuário e senha do Administrador do WAS
# WasUserid: The user ID for WebSphere Application Server security authentication WasUserid=cn=wpsadmin,o=EmpresaX # WasPassword: The password for WebSphere Application Server security authentication (LDAP and CUR) WasPassword=ReplaceWithYourWASUserPwd
- Usuários e grupos Administradores do Portal
# PortalAdminId: The user ID for the WebSphere Portal Administrator PortalAdminId=cn=wpsadmin,o=EmpresaX # PortalAdminPwd: The password for the WebSphere Portal Administrator PortalAdminPwd=ReplaceWithYourWASUserPwd # PortalAdminGroupId: The group ID for the WebSphere Portal Administrator group PortalAdminGroupId=cn=wpsadmins # WpsContentAdministrators: The group ID for the WebSphere Content Administrator group WpsContentAdministrators=cn=wpsContentAdministrators # WpsContentAdministratorsShort: The WebSphere Content Administrators group ID WpsContentAdministratorsShort=wpsContentAdministrators # WpsDocReviewer: The group ID for the WebSphere Document Reviewer group WpsDocReviewer=cn=wpsDocReviewer # WpsDocReviewerShort: The WebSphere Document Reviewer group ID WpsDocReviewerShort=wpsDocReviewer
- Para que o fix pack atualize as telas no arquivo wps.ear, inclua a linha
CopyWpsEarScreens=true
no arquivo wpconfig.properties. Um backup será criado em /opt/IBM/WebSphere/PortalServer/installableApps/wps_old_wpProfile_before_6011.jar