mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fixup for ;binary config attrs
Use the plain attributeDescription when searching config tables
This commit is contained in:
parent
0f9ec8322f
commit
f33c7d1ee6
@ -4597,6 +4597,8 @@ config_find_table( ConfigOCs **colst, int nocs, AttributeDescription *ad,
|
||||
ConfigArgs *ca )
|
||||
{
|
||||
int i, j;
|
||||
if (ad->ad_flags & SLAP_DESC_BINARY)
|
||||
ad = ad->ad_type->sat_ad;
|
||||
|
||||
for (j=0; j<nocs; j++) {
|
||||
for (i=0; colst[j]->co_table[i].name; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user