mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Set schema flags (might need schema check routines as well)
This commit is contained in:
parent
c68057f598
commit
f0063245ad
1 changed files with 4 additions and 0 deletions
|
|
@ -594,6 +594,8 @@ monitor_back_db_open(
|
|||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
||||
(*ad)->ad_type->sat_flags != mat[i].flags;
|
||||
}
|
||||
|
||||
for ( i = 0; moc[i].name; i++ ) {
|
||||
|
|
@ -662,6 +664,8 @@ monitor_back_db_open(
|
|||
return -1;
|
||||
}
|
||||
|
||||
Oc->soc_flags |= moc[i].flags;
|
||||
|
||||
((ObjectClass **)&(((char *)mi)[moc[i].offset]))[0] = Oc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue