Search code examples
searchldapwso2esb

SearhEntry operation in LDAP wso2 esb


I am trying to use searchEntry operation in LDAP in wso2 esb to search for a particular emailid. How I will create request payload for this? Could you Please give one sample example for this. Any help would be greatly appreciated. Thanks in advance


Solution

  • I got it working by setting below parameters for anonymous connection to ldap.

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