We are trying to use LDAP policy with external LDAP for authentication.
We followed steps provided in https://docs.apigee.com/api-platform/reference/policies/ldap-policy
and also created LdapResource "ldap1" by using curl command as per document.
We have also added UnboundID LDAP SDK jar file as per the document
Belowldap-policy.txt is the LDAP policy we have attached.
When testing throw postman got below exception.
{ "fault": { "faultstring": "com/unboundid/ldap/sdk/BindRequest", "detail": { "errorcode": "Internal Server Error" } } }
Please help me out to resolve this issue and let me know if i am doing wrong.