FileNet P8 Content Engine, 版本 5.0.+       应用程序服务器:  WebSphere Application Server     

配置带有 Tivoli Directory Server 联合存储库的 WebSphere

如果将 Content Engine 配置为在带有 Tivoli® Directory Server 联合存储库的 WebSphere® 上运行,那么需要完成一些其他步骤。

要配置带有 Tivoli Directory Server 联合存储库的 WebSphere,请完成下列步骤:

  1. WebSphere 管理控制台中,浏览到安全性 > 全局安全性。在“用户帐户存储库”下面,选择联合存储库,然后单击配置
  2. 在“相关的项”下面,单击管理存储库,选择联合存储库,单击 LDAP 实体类型,然后单击 PersonAccount
  3. inetOrgPerson 更改为 Tivoli Directory Server 用户用于进行登录的对象类属性(例如 person 属性)。
    要点: 如果将 Tivoli Directory Server 配置为使用 inetOrgPerson 进行登录,请不要更改此设置。
  4. 查找 WebSphere 概要文件 wimconfig.xml(通常,此文件在 /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/YourNode01Cell/wim/config 位置)并将其打开以进行编辑:
    1. wimconfig.xml 中搜索包含在下面这一节中的字符串 userPassword
      <config:attributeConfiguration>
      <config:attributes name="userPassword" propertyName="password"/>
      <config:attributes name="krbPrincipalName" propertyName="kerberosId">
      <config:entityTypes>PersonAccount</config:entityTypes>
      </config:attributes>
    2. 紧跟在上一子步骤所找到的节后面,添加下面这一节:
      <config:attributes name="login_attribute" propertyName="login_property">
      <config:entityTypes>PersonAccount</config:entityTypes>
      </config:attributes>

      在添加的节中,将 login_attribute 替换为用户用于进行登录的 Tivoli Directory Server 属性;并将 login_property 替换为您在“登录属性”字段中指定的值(缺省值为 cn;其他可能的值包括 uidsn)。

    3. 保存您所作的编辑。
  5. 重新启动 Content Engine 所部署在的 Web 应用程序服务器。


反馈

最近一次更新时间: 2010 年 11 月


© Copyright IBM Corporation 2010.
本信息中心基于 Eclipse 技术。(http://www.eclipse.org)