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

允许将用户凭证传递到客户机应用程序(仅限于 WebLogic Server V9.2)

某些客户机应用程序(例如 WebDAV 和 Application Integration)可能要求通过 Application Engine 传递用户凭证。请通过在 WebLogic Server 上编辑 config.xml 文件来启用此通信。

要点: 如果未对 config.xml 进行此更改,那么将提示最终用户输入其用户名和密码才允许其完成任何客户机操作,例如添加文档。

要允许传递用户凭证,请完成下列步骤:

  1. 停止 WebLogic 服务器。
  2. 备份部署目录中的 config.xml

    例如:BEA_主目录/bea/user_projects/domains/域名/config/config.xml

  3. 编辑 config.xml
    要点: 输入的 enforce-valid-basic-auth-credentials 条目不得换行。
    1. 找到 <security-configuration> 一节并正好在此节末尾的 </security-configuration> 标记之前添加下面这一行:
      <enforce-valid-basic-auth-credentials>false
      </enforce-valid-basic-auth-credentials>
    2. 保存您对 config.xml 所作的更改并关闭此文件。
  4. 重新启动 WebLogic。


反馈

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


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