From: Quanah Gibson-Mount Date: Thu, 15 Apr 2010 22:27:27 +0000 (+0000) Subject: Even more for ITS#6456 X-Git-Tag: OPENLDAP_REL_ENG_2_4_22~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c309c00960c7187fa020ccfb84bfc4e8dfde616b;p=openldap Even more for ITS#6456 --- diff --git a/servers/slapd/back-ldap/config.c b/servers/slapd/back-ldap/config.c index 73aecca317..923a0af88a 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -1051,7 +1051,7 @@ ldap_back_cf_gen( ConfigArgs *c ) } if ( *bvp == NULL ) { - if ( *bvp == li->li_idassert_authz + if ( bvp == &li->li_idassert_authz && ( li->li_idassert_flags & LDAP_BACK_AUTH_AUTHZ_ALL ) ) { BER_BVSTR( &bv, "*" );