[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP Referral issue
- To: openldap-technical@openldap.org
- Subject: LDAP Referral issue
- From: "Jagadeesh M.R" <jagadeeshmr7@gmail.com>
- Date: Fri, 16 Jul 2010 12:32:38 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=rvRBN0SudxJ4BoI7VrOx2I7nLrtlQE0vMMxT2ONnwP0=; b=W0j+t9kNF/suUjZzkRTah3DvwPO6iYkb7mJKV1zE+JLstRONCmn2WqOP3hxWybTkyy xTDjOJzR4jYsB/0eDqHGneBqcJi+UQTLsaU1isUHH2Eh0fzeu1B0t5IXn14fCY5QUgBa gQVyQ/MiGelvE31YTkpu0tLVR1Ugm3mENxR6M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rXsq6afEQMaB8jDXWTPoNaC8kT7GhyFCQY81V8N94GH7Fatsb64tpdRWEVj98xI3eF t8dUfEE7XuOVc2U/gezYiN02yP/nkIPIgqhu5Zv72rhXSPgrMk0HG/5q3isJiQ3HMoEx uHWYwRTQcR4DzTEmwnSlzjUNb/XZK3fw6qCh4=
Hi All,
I am trying to implement LDAP referrals using libldap. I am using ldap_set_rebind_proc function to get the credential from the referral ldap server. In this function we have to pass the function pointer for call back function. In my case the call back is not working as we expected. Can someone please help to resolve this issue.
I am using libldap.so.2.2 and I tried ldap_set_option(ldap, LDAP_OPT_REBIND_PROC, &call_back_fn); but it is saying "LDAP_OPT_REBIND_PROC" not defined.
Do i need to upgrade my ldap library or logical error?
Thanks,
Jagadeesh