From: Pierangelo Masarati Date: Mon, 12 Apr 2010 02:28:40 +0000 (+0000) Subject: fix previous commit X-Git-Tag: MIGRATION_CVS2GIT~643 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32048a5128de3cd7b56bf60df14280494f3ab04d;p=openldap fix previous commit --- diff --git a/servers/slapd/back-ldap/config.c b/servers/slapd/back-ldap/config.c index 1726de3ec6..bfa8adc138 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -1054,7 +1054,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, "*" );