summaryrefslogtreecommitdiffstats
path: root/pki/base/ca/shared
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-24 01:03:00 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-24 01:03:00 +0000
commit5f1627257c181b07e8104784b3cee6bbfa3b0f63 (patch)
tree7b4ae5b86c913e4c23a0bfca3bd94f65dfa16318 /pki/base/ca/shared
parent9200411d1f29997182a31fa7c0b235d4d82ff39b (diff)
downloadpki-5f1627257c181b07e8104784b3cee6bbfa3b0f63.tar.gz
pki-5f1627257c181b07e8104784b3cee6bbfa3b0f63.tar.xz
pki-5f1627257c181b07e8104784b3cee6bbfa3b0f63.zip
Fixed bugzilla bug #491183.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1673 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/ca/shared')
-rw-r--r--pki/base/ca/shared/conf/schema.ldif7
1 files changed, 1 insertions, 6 deletions
diff --git a/pki/base/ca/shared/conf/schema.ldif b/pki/base/ca/shared/conf/schema.ldif
index 71714ee25..caf71e965 100644
--- a/pki/base/ca/shared/conf/schema.ldif
+++ b/pki/base/ca/shared/conf/schema.ldif
@@ -101,11 +101,6 @@ attributeTypes: ( expiredCerts-oid NAME 'expiredCerts' DESC 'CMS defined attribu
dn: cn=schema
changetype: modify
add: attributeTypes
-attributeTypes: ( deltaCRL-oid NAME 'deltaCRL' DESC 'CMS defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'user defined' )
-
-dn: cn=schema
-changetype: modify
-add: attributeTypes
attributeTypes: ( crlExtensions-oid NAME 'crlExtensions' DESC 'CMS defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'user defined' )
dn: cn=schema
@@ -436,7 +431,7 @@ objectClasses: ( transaction-oid NAME 'transaction' DESC 'CMS defined class' SUP
dn: cn=schema
changetype: modify
add: objectClasses
-objectClasses: ( crlIssuingPointRecord-oid NAME 'crlIssuingPointRecord' DESC 'CMS defined class' SUP top STRUCTURAL MUST cn MAY ( dateOfCreate $ dateOfModify $ crlNumber $ crlSize $ thisUpdate $ nextUpdate $ deltaNumber $ deltaSize $ firstUnsaved $ certificateRevocationList $ deltaCRL $ crlCache $ revokedCerts $ unrevokedCerts $ expiredCerts $ cACertificate ) X-ORIGIN 'user defined' )
+objectClasses: ( crlIssuingPointRecord-oid NAME 'crlIssuingPointRecord' DESC 'CMS defined class' SUP top STRUCTURAL MUST cn MAY ( dateOfCreate $ dateOfModify $ crlNumber $ crlSize $ thisUpdate $ nextUpdate $ deltaNumber $ deltaSize $ firstUnsaved $ certificateRevocationList $ deltaRevocationList $ crlCache $ revokedCerts $ unrevokedCerts $ expiredCerts $ cACertificate ) X-ORIGIN 'user defined' )
dn: cn=schema
changetype: modify