From 2a8176cd62018717311209a5cbc43017cac0bd55 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 13 Sep 2000 06:09:50 +0000 Subject: [PATCH] Add Standard Track PKI schema (RFC2587) --- servers/slapd/schema/core.schema | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 67a7e9ba94..75bef44b1f 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -6,6 +6,7 @@ # RFC2251-RFC2256 (LDAPv3) # # select standard track schema items: +# RFC2587 (PKI) # RFC2079 (URI) # RFC1274 (uid/dc) # RFC2247 (dc/dcObject) @@ -447,6 +448,19 @@ objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ) +objectclass ( 2.5.6.21 NAME 'pkiUser' SUP top AUXILIARY + DESC 'RFC2587: PKI user' + MUST userCertificate ) + +objectclass ( 2.5.6.22 NAME 'pkiCA' SUP top AUXILIARY + DESC 'RFC2587: PKI certificate authority' + MAY ( authorityRevocationList $ certificateRevocationList $ + cACertificate $ crossCertificatePair ) ) + +objectclass ( 2.5.6.23 NAME 'deltaCRL' SUP top AUXILIARY + DESC 'RFC2587: PKI user' + MAY deltaRevocationList ) + objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' DESC 'RFC2252: extensible object' SUP top AUXILIARY ) -- 2.39.5