]> git.sur5r.net Git - openldap/commitdiff
Add Standard Track PKI schema (RFC2587)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 13 Sep 2000 06:09:50 +0000 (06:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 13 Sep 2000 06:09:50 +0000 (06:09 +0000)
servers/slapd/schema/core.schema

index 67a7e9ba94913406f51edb2cb4728420a262542f..75bef44b1f1cecccc161a545ffa45aa0c9b23c43 100644 (file)
@@ -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 )