--On Monday, May 24, 2010 3:39 AM +0000 [email protected] wrote: > Full_Name: Jet Du > Version: openldap-2.4.21 > OS: Linux > URL: ftp://ftp.openldap.org/incoming/ > Submission from: (NULL) (61.191.27.34) > > > Because there are some typo in some description of (ITS#6558). So, I > submit a new ITS as below. > > There are two openLDAP Directory. > > 10.224.39.165 openLDAP has suffix dc=cisco,dc=com > 10.224.39.172 openLDAP has suffix dc=webex,dc=com > > 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, > "[email protected],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 ...
Two things: (a) Don't submit a new ITS because you typoed on the previous one. Just follow up to it. (b) Don't submit ITSes for software usage questions. Use the [email protected] software list. The ITS system is for reporting bugs found in the software. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
