Code

Added branching informations
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jan 2006 11:58:45 +0000 (11:58 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jan 2006 11:58:45 +0000 (11:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2426 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/fai.schema

index 3f7e2c5dfbc1fb19fc12e64f39039d0afb2b1ae0..2293f923b933dde1a1db60ade2f21ad61b2f5120 100644 (file)
@@ -297,6 +297,11 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.27 NAME 'FAIrepository'
                DESC 'TODO'
                SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
                
+# Name       : FAIstate
+# Description: Used to store repository state (branched/freezed)
+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)
 ##
 ## Object class definitions (allocated from the GONICUS oid space)
 ##
@@ -435,4 +440,11 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.18 NAME 'FAIrepositoryServer'
        DESC 'Provides repository informations.'
        MAY ( FAIrepository ) )
 
+# Name       : FAIbranch
+# Description: FAIbranch stores information about the state of a set of FAI classes.
+objectclass (1.3.6.1.4.1.10098.1.2.1.40.19 NAME 'FAIbranch'
+       SUP top AUXILIARY
+       DESC 'Provides information for versioning.'
+       MAY ( FAIstate ) )
+
 ### END of FAI schema file