X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fschema_prep.c;h=f98eaa572ebf7b3c51edad73fe6e934e8413ff2a;hb=242ab9c6ef8a79cde6bffd1d8f57df848876dea5;hp=06baa46b022790c7b181bfbb537dfd48e56a7ef2;hpb=46331f0216c4de9fa3aa26273f18b5be2afa6e18;p=openldap diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 06baa46b02..f98eaa572e 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-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 } };