Code

Updated contrib file.
[gosa.git] / contrib / openldap / fai.schema
index 00c0995b8d1933a0d0742c5e6c12b7a63d85b5b7..5bfbcd8a7cb1f254921e4214cc92116407211b50 100644 (file)
@@ -301,7 +301,16 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.27 NAME 'FAIrepository'
 # Description: Used to store repository state (branched/freezed)
 attributetype ( 1.3.6.1.4.1.10098.1.1.5.28 NAME 'FAIstate'
                DESC 'TODO'
+                EQUALITY caseIgnoreIA5Match
+                SUBSTR caseIgnoreIA5SubstringsMatch
                SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+
+# Name       : FAIrelease
+# Description: Used to store the release
+attributetype ( 1.3.6.1.4.1.10098.1.1.5.29 NAME 'FAIrelease'
+               DESC 'TODO'
+               SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+
 ##
 ## Object class definitions (allocated from the GONICUS oid space)
 ##
@@ -455,4 +464,11 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.19 NAME 'FAIbranch'
        DESC 'Provides information for versioning.'
        MAY ( FAIstate ) )
 
+# Name       : FAIreleaseTag
+# Description: FAIreleaseTag stores information about the fai release of an object.
+objectclass (1.3.6.1.4.1.10098.1.2.1.40.20 NAME 'FAIreleaseTag'
+       SUP top AUXILIARY
+       DESC 'Provides information for versioning.'
+       MAY ( FAIrelease ) )
+
 ### END of FAI schema file