[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4309) back-meta bind ok on target instead bad credential



Full_Name: eric german
Version: 2.3.15
OS: linux debian  sarge
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (83.206.120.8)



In back-meta backend , when I try a bind on target with a dn of target , meta
answers ok with any password (false or good) even the target tells 'invalid
credential'

I add this patch on bind.c of this backend :

246,247c246,247
<       /* if ( rc != LDAP_SUCCESS ) { */
<          if ( rs->sr_err != LDAP_SUCCESS ) {   /* modif du 01-12-2005 */
---
>       if ( rc != LDAP_SUCCESS ) {
>

in order to correct the behavior