Issue 6557 - About Referrals and BIND
Summary: About Referrals and BIND
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 03:26 UTC by jet@hf.webex.com
Modified: 2014-08-01 21:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jet@hf.webex.com 2010-05-24 03:26:26 UTC
Full_Name: Jet Du
Version: openldap-2.4.21
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (61.191.27.34)


There are two openLDAP Directory.

10.224.39.165 openLDAP has suffix dc=cisco,dc=webex
10.224.39.172 openLDAP has suffix dc=webex,dc=webex 

In 10.224.39.172 OpenLDAP, I configure referral in slapd.conf like below:
    referral        ldap://10.224.39.165:389/

Connect 10.224.39.172 to BIND entry existing in 10.224.39.165. Code like
following:
    lc.connect("10.224.39.172", 389);
    lc.bind(LDAPConnection.LDAP_V3,
"uid=xxx@hf.cisco.com,ou=People,dc=cisco,dc=com", "pass".getBytes("UTF8"));

But, I can not BIND successfully. Exception like below:
    Connect ERRORLDAPException: Invalid Credentials (49) Invalid Credentials
    LDAPException: Matched DN: ......

How to do BIND based on Referral? Thanks ... 
Comment 1 ando@openldap.org 2010-05-24 17:41:28 UTC
changed notes
Comment 2 Kurt Zeilenga 2010-05-25 07:19:22 UTC
please take OpenLDAP Software use questions to the OpenLDAP-technical mailing
list.   This issue report 
will be closed.
Comment 3 Kurt Zeilenga 2010-05-25 07:19:28 UTC
changed state Open to Closed
Comment 4 Kurt Zeilenga 2010-05-25 08:04:24 UTC
published 6557
marked public
Comment 5 OpenLDAP project 2014-08-01 21:03:44 UTC
not a bug