インストールおよびアップグレード > Installation and Configuration Guide > 高度な設定 > その他のオプションを使用した PTC HTTP Server および Embedded Servlet Engine の設定 > Web サーバー認証の指定 > LDAP URL 用の Bind DN の指定
  
LDAP URL 用の Bind DN の指定
LDAP が匿名バインドアクセスが許可されない場合などに、LDAP URL をアクセスする Bind DN およびパスワードを指定するには、以下のコマンドを発行します。コマンド文字列は 1 行に入力する必要があります。
PTC HTTP Server
ant -f webAppConfig.xml addAuthProvider
-DappName=<Web application name>
-DldapUrl=<ldap Url>
-DproviderName=<LDAP provider name that needs bind credentials>
-DbindDn=<bindDN> -DbindPwd=<bindPassword>