]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema_prep.c
ITS#8789 avoid unnecessary writes of context entry
[openldap] / servers / slapd / schema_prep.c
index fac73e64d877c7601115cc2ba33f756de0331faf..941c3ae06094b9fd04a6d6dd44967cee2498eef2 100644 (file)
@@ -1009,6 +1009,16 @@ static struct slap_schema_ad_map {
                NULL, NULL, NULL, NULL, NULL,
                offsetof(struct slap_internal_schema, si_ad_seeAlso) },
 
+       { "x509PrivateKey", "( 1.3.6.1.4.1.4203.666.1.60 "
+                       "NAME 'x509PrivateKey' "
+                       "DESC 'X.509 private key, use ;binary' "
+                       "EQUALITY privateKeyMatch "
+                       "SYNTAX 1.3.6.1.4.1.4203.666.2.13 )",
+               NULL, 0,
+               NULL, NULL,
+               NULL, NULL, NULL, NULL, NULL,
+               offsetof(struct slap_internal_schema, si_ad_x509PrivateKey) },
+
        { NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0 }
 };