ITS#8636 - Fix DESC for deltaCRL attribute

This commit is contained in:
Quanah Gibson-Mount 2020-09-22 21:21:19 +00:00
parent fe3636df9d
commit f3e86d3d93
2 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ olcObjectClasses: ( 2.5.6.22 NAME 'pkiCA'
cACertificate $ crossCertificatePair ) )
#
olcObjectClasses: ( 2.5.6.23 NAME 'deltaCRL'
DESC 'RFC2587: PKI user'
DESC 'RFC4523: X.509 delta CRL'
SUP top AUXILIARY
MAY deltaRevocationList )
#

View File

@ -524,7 +524,7 @@ objectclass ( 2.5.6.22 NAME 'pkiCA'
cACertificate $ crossCertificatePair ) )
objectclass ( 2.5.6.23 NAME 'deltaCRL'
DESC 'RFC2587: PKI user'
DESC 'RFC4523: X.509 delta CRL'
SUP top AUXILIARY
MAY deltaRevocationList )