Code

Destroy old session on login
[gosa.git] / contrib / openldap / fai.schema
index 00c0995b8d1933a0d0742c5e6c12b7a63d85b5b7..d86f1e677018551b2dd6901c2ecea8a14ad62e84 100644 (file)
@@ -302,6 +302,13 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.27 NAME 'FAIrepository'
 attributetype ( 1.3.6.1.4.1.10098.1.1.5.28 NAME 'FAIstate'
                DESC 'TODO'
                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 +462,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