Code

* Added FAIreleaseTag
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Apr 2006 06:41:17 +0000 (06:41 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Apr 2006 06:41:17 +0000 (06:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3138 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/fai.schema
contrib/openldap/gosystem.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
index 03f260afdca88416551e41cc3296bdafa6f6f4e5..2f68d68056670696208f5f8563dffad477025929 100644 (file)
@@ -14,8 +14,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.1.2 NAME 'gotoNtpServer'
        DESC 'GOto - Gonicus Terminal Concept, value ntpServer.'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-       SINGLE-VALUE)
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
        
 attributetype ( 1.3.6.1.4.1.10098.1.1.1.3 NAME 'gotoSwapServer'
        DESC 'GOto - Gonicus Terminal Concept, value swapServer.'