diff options
author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-12-23 20:15:20 +0000 |
---|---|---|
committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-12-23 20:15:20 +0000 |
commit | 9200411d1f29997182a31fa7c0b235d4d82ff39b (patch) | |
tree | e6a773381596bbcc9e4e7a6869d6e4c04172ef83 /pki/base/kra | |
parent | c51b43b858727e99c776a5c352ee4eec59e74e2e (diff) | |
download | pki-9200411d1f29997182a31fa7c0b235d4d82ff39b.tar.gz pki-9200411d1f29997182a31fa7c0b235d4d82ff39b.tar.xz pki-9200411d1f29997182a31fa7c0b235d4d82ff39b.zip |
Schema synchronization for bugzila bug #649343.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1670 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/kra')
-rw-r--r-- | pki/base/kra/shared/conf/schema.ldif | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pki/base/kra/shared/conf/schema.ldif b/pki/base/kra/shared/conf/schema.ldif index e3aa3c1f6..71714ee25 100644 --- a/pki/base/kra/shared/conf/schema.ldif +++ b/pki/base/kra/shared/conf/schema.ldif @@ -306,6 +306,11 @@ attributeTypes: ( nextRange-oid NAME 'nextRange' DESC 'CMS defined attribute' SY dn: cn=schema changetype: modify add: attributeTypes +attributeTypes: ( publishingStatus-oid NAME 'publishingStatus' DESC 'CMS defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' ) + +dn: cn=schema +changetype: modify +add: attributeTypes attributeTypes: ( beginRange-oid NAME 'beginRange' DESC 'CMS defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' ) dn: cn=schema @@ -416,7 +421,7 @@ objectClasses: ( CertACLS-oid NAME 'CertACLS' DESC 'CMS defined class' SUP top S dn: cn=schema changetype: modify add: objectClasses -objectClasses: ( repository-oid NAME 'repository' DESC 'CMS defined class' SUP top STRUCTURAL MUST ou MAY ( serialno $ description $ nextRange ) X-ORIGIN 'user defined' ) +objectClasses: ( repository-oid NAME 'repository' DESC 'CMS defined class' SUP top STRUCTURAL MUST ou MAY ( serialno $ description $ nextRange $ publishingStatus ) X-ORIGIN 'user defined' ) dn: cn=schema changetype: modify |