mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#8636 - Fix DESC for deltaCRL attribute
This commit is contained in:
parent
fe3636df9d
commit
f3e86d3d93
@ -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 )
|
||||
#
|
||||
|
@ -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 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user