其他 PTC 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
重新啟動 PTC HTTP Server 與 Windchill。