WPS: Autenticando via LDAP no Domino - Configurando: Difference between revisions

From Wiki
Line 45: Line 45:
  '''WpsDocReviewerShort='''wpsDocReviewer
  '''WpsDocReviewerShort='''wpsDocReviewer
   
   
* Configuração de LTPA e SSO


 
# LTPAPassword: Specifies the password to encrypt and decrypt the LTPA keys.
 
'''LTPAPassword='''ReplaceWithYourWASUserPwd
 
 
# LTPATimeout: Specifies the time period in minutes at which an LTPA token will expire.
 
'''LTPATimeout='''120
* Para que o fix pack atualize as telas no arquivo wps.ear, inclua a linha
 
# SSORequiresSSL: Specifies that Single Sign-On function is enabled only when requests are over HTTPS Secure Socket Layer (SSL) connections.
  '''CopyWpsEarScreens=true'''
  '''SSORequiresSSL='''false
 
no arquivo ''wpconfig.properties''. Um backup será criado em /opt/IBM/WebSphere/PortalServer/installableApps/wps_old_wpProfile_before_6011.jar
# SSODomainName: Specifies the domain name (ibm.com, for example) for all Single Sign-on hosts.
'''SSODomainName='''empresax.com.br

Revision as of 20:54, 18 June 2008

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

  • Configuração de LTPA e SSO
# LTPAPassword: Specifies the password to encrypt and decrypt the LTPA keys.
LTPAPassword=ReplaceWithYourWASUserPwd

# LTPATimeout: Specifies the time period in minutes at which an LTPA token will expire.
LTPATimeout=120

# SSORequiresSSL: Specifies that Single Sign-On function is enabled only when requests are over HTTPS Secure Socket Layer (SSL) connections.
SSORequiresSSL=false

# SSODomainName: Specifies the domain name (ibm.com, for example) for all Single Sign-on hosts.
SSODomainName=empresax.com.br