mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
add SLAP_OC_GLUE flag to oc_map
This commit is contained in:
parent
39bc8e7ecc
commit
2e793edc77
@ -230,7 +230,7 @@ entry_schema_check(
|
||||
return rc;
|
||||
}
|
||||
} else {
|
||||
printf("glue !!!\n");
|
||||
/* Glue Entry */
|
||||
}
|
||||
#else
|
||||
rc = entry_naming_check( e, text, textbuf, textlen );
|
||||
|
@ -229,7 +229,7 @@ static struct slap_schema_oc_map {
|
||||
"NAME 'glue' "
|
||||
"DESC 'Glue Entry' "
|
||||
"SUP top STRUCTURAL )",
|
||||
0, SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
||||
0, SLAP_OC_GLUE|SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
||||
offsetof(struct slap_internal_schema, si_oc_glue) },
|
||||
{ "syncConsumerSubentry", "( 1.3.6.1.4.1.4203.666.3.5 "
|
||||
"NAME 'syncConsumerSubentry' "
|
||||
|
Loading…
Reference in New Issue
Block a user