mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix previous commit
This commit is contained in:
parent
d033f680b5
commit
32048a5128
@ -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, "*" );
|
||||
|
Loading…
Reference in New Issue
Block a user