From 932a2de40b61cd6ac4d07dc4ec2dfa357cd09623 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 9 Jan 2006 11:58:45 +0000 Subject: [PATCH] Added branching informations git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2426 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/fai.schema | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contrib/openldap/fai.schema b/contrib/openldap/fai.schema index 3f7e2c5df..2293f923b 100644 --- a/contrib/openldap/fai.schema +++ b/contrib/openldap/fai.schema @@ -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 -- 2.30.2