]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema_prep.c
ITS#8845 Recognise control-exop compatibility
[openldap] / servers / slapd / schema_prep.c
index 06baa46b022790c7b181bfbb537dfd48e56a7ef2..f98eaa572ebf7b3c51edad73fe6e934e8413ff2a 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
+ * Copyright 1998-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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 }
 };