]> git.sur5r.net Git - openldap/commitdiff
hide (experimental) schema
authorPierangelo Masarati <ando@openldap.org>
Sat, 1 Sep 2007 15:45:12 +0000 (15:45 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 1 Sep 2007 15:45:12 +0000 (15:45 +0000)
servers/slapd/schema_init.c

index 3a74dd7758a5b1a5d12ec6dff007c190f20ac4a4..ba78d134d94a28b288947975711373bbf7f4958a 100644 (file)
@@ -5180,7 +5180,7 @@ static slap_mrule_defs_rec mrule_defs[] = {
 
        {"( 1.3.6.1.4.1.4203.666.11.2.5 NAME 'CSNSIDMatch' "
                "SYNTAX 1.3.6.1.4.1.4203.666.11.2.4 )",
-               SLAP_MR_EQUALITY | SLAP_MR_EXT, csnSIDMatchSyntaxes,
+               SLAP_MR_HIDE | SLAP_MR_EQUALITY | SLAP_MR_EXT, csnSIDMatchSyntaxes,
                NULL, csnSidNormalize, octetStringMatch,
                octetStringIndexer, octetStringFilter,
                NULL },