webMethods 8.2 LDAP connect

Hi Rankesh,
Thanks for the quick reply. Actually, currently I do mot have access on empower. Will you please be able to mail me the pdf the document at prreah@gmail.com

Many thanks,
Priya

Here is what SAG’s take on that article for 8.2 not sure if issue related to your’s or not:

Resolution:

Ignore LDAP referrals.

This error is caused by the pub.client.ldap:search service performing referral chasing. By default, the pub.client.ldap:search service sets referral handling to “follow”. However, this can be overridden through the use of the “ldapEnv” input parameter for the pub.client.ldap:search service.

To prevent the search from doing referral chasing, set one row of the “ldapEnv” input parameter for the pub.client.ldap:search service to “java.naming.referral=ignore”. It is also possible to set “java.naming.referral=throw”, but this will lead to ReferralException messages if the LDAP server sends referrals.

HTH,
RMG