X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fschema_prep.c;h=941c3ae06094b9fd04a6d6dd44967cee2498eef2;hb=e0cc94a0b72d1fb866c406dc7c940bba9010c84f;hp=06baa46b022790c7b181bfbb537dfd48e56a7ef2;hpb=63c706ff2b2cfbef178457b770df83dedd4e3023;p=openldap diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 06baa46b02..941c3ae060 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2014 The OpenLDAP Foundation. + * Copyright 1998-2017 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 } };