2017-08-23 24 views
0

esb wso2のinitのsecurityPrincipalパラメーターとsecurityCredentialsパラメーターに値を指定せずにLDAPサーバーに接続できますか? そうでなければ、esb wso2のLDAPサーバーに接続するためのinit操作のsecurityPrincipalパラメーターとsecurityCredentialsパラメーターに指定する必要があります。迅速な対応を感謝してください。 ありがとうございます。esb wso2のLDAPサーバー接続

esb wso2でinit操作後にsearchEntry操作を呼び出す際に、以下のエラーが表示されます。

{ 
"error": { 
    "errorMessage": "simple bind failed: ldapxxx.xxx.com:389", 
    "errorCode": 7000002 
} 
} 

答えて

1

以下のパラメータを設定することで機能します。

"securityPrincipal":"", 
    "securityCredentials":"", 
    "secureConnection":"true", 
    "disableSSLCertificateChecking":"true",