summaryrefslogtreecommitdiffstats
path: root/base/server/share/conf/schema.ldif
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/share/conf/schema.ldif')
-rw-r--r--base/server/share/conf/schema.ldif15
1 files changed, 15 insertions, 0 deletions
diff --git a/base/server/share/conf/schema.ldif b/base/server/share/conf/schema.ldif
index 16fdcd971..475758c5d 100644
--- a/base/server/share/conf/schema.ldif
+++ b/base/server/share/conf/schema.ldif
@@ -652,3 +652,18 @@ dn: cn=schema
changetype: modify
add: objectClasses
objectClasses: ( tpsProfileID-oid NAME 'tpsProfileID' DESC 'CMS defined class' SUP top AUXILIARY MAY ( profileID ) X-ORIGIN 'user-defined' )
+
+dn: cn=schema
+changetype: modify
+add: attributeTypes
+attributeTypes: ( classId-oid NAME 'classId' DESC 'Certificate profile class ID' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' )
+
+dn: cn=schema
+changetype: modify
+add: attributeTypes
+attributeTypes: ( certProfileConfig-oid NAME 'certProfileConfig' DESC 'Certificate profile configuration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'user defined' )
+
+dn: cn=schema
+changetype: modify
+add: objectClasses
+objectClasses: ( certProfile-oid NAME 'certProfile' DESC 'Certificate profile' SUP top STRUCTURAL MUST cn MAY ( classId $ certProfileConfig ) X-ORIGIN 'user defined' )