add SLAP_OC_GLUE flag to oc_map

This commit is contained in:
Jong Hyuk Choi 2003-06-25 22:28:19 +00:00
parent 39bc8e7ecc
commit 2e793edc77
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ entry_schema_check(
return rc;
}
} else {
printf("glue !!!\n");
/* Glue Entry */
}
#else
rc = entry_naming_check( e, text, textbuf, textlen );

View File

@ -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' "