X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fschema_prep.c;h=941c3ae06094b9fd04a6d6dd44967cee2498eef2;hb=434c306cbefeafe40f638ed3df93d630c996f9e5;hp=06baa46b022790c7b181bfbb537dfd48e56a7ef2;hpb=1cde3108192b580332a26753fb9a45c890cd2147;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 } };