From fe3636df9dde984202b9adfd44f01f4a3e1f20b0 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 22 Sep 2020 19:11:06 +0000 Subject: [PATCH] ITS#8341 - Add matching rule to the namingContexts attr --- servers/slapd/schema_prep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 7117c08ca6..e6e70302f4 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -633,6 +633,7 @@ static struct slap_schema_ad_map { { "namingContexts", "( 1.3.6.1.4.1.1466.101.120.5 " "NAME 'namingContexts' " "DESC 'RFC4512: naming contexts' " + "EQUALITY distinguishedNameMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE dSAOperation )", rootDseAttribute, 0, NULL, NULL, -- 2.47.3