From 8717e2d18b31ec5a4243a3c89e056a4415c53430 Mon Sep 17 00:00:00 2001 From: awnuk Date: Fri, 24 Dec 2010 01:06:55 +0000 Subject: Fixed bugzilla bug #491183. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1676 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/tks/shared/conf/schema.ldif | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pki/base') diff --git a/pki/base/tks/shared/conf/schema.ldif b/pki/base/tks/shared/conf/schema.ldif index 71714ee25..caf71e965 100644 --- a/pki/base/tks/shared/conf/schema.ldif +++ b/pki/base/tks/shared/conf/schema.ldif @@ -98,11 +98,6 @@ changetype: modify add: attributeTypes attributeTypes: ( expiredCerts-oid NAME 'expiredCerts' 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: ( 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 @@ -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 -- cgit