]> git.sur5r.net Git - openldap/commitdiff
add SLAP_OC_GLUE flag to oc_map
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 25 Jun 2003 22:28:19 +0000 (22:28 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 25 Jun 2003 22:28:19 +0000 (22:28 +0000)
servers/slapd/schema_check.c
servers/slapd/schema_prep.c

index ced207024e145ef317bd34cef1f4519983e68d17..7efd21f6af1226552d87a0d8263c342abd85b6b1 100644 (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 );
index 0cc4b2ecc1951210f8377e61cda8590542342ffe..86e7652af4d27c625694e88f92a4c40933d910c4 100644 (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' "