安装和升级 > 安装和配置指南 > 高级配置 > 将 Windchill 配置为与远程 HTTP Server 协同工作 > 其他 HTTP Server 配置
  
其他 HTTP Server 配置
要允许外部 ADS 用户登录 Windchill,必须添加下列设置到 Apache 配置:
apacheWebApp.ldapUrl
apacheWebApp.anonBind
apacheWebApp.bindDN
apacheWebApp.bindPwd
使用下列命令可以传播这些设置:
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s
ldapUrl="ldap://<LDAP_SERVER>/<SEARCH_BASE>?<user.uniqueIdAttribute>?sub" -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s anonBind=false -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s bindDn="<DN>" -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s bindPwd=<PWD> p
要在 Windows 上通过 Windchill shell 传播这些设置,请使用下列命令:
cd /d %Windchill%\apacheConf\config
ant -f applyApacheWebAppConfig.xml
重新启动 HTTP Server 和 Windchill。