From: cajus Date: Thu, 27 Apr 2006 06:41:17 +0000 (+0000) Subject: * Added FAIreleaseTag X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6336f23bfffd1fc85a3a247685ba034abcb7b79e;p=gosa.git * Added FAIreleaseTag git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3138 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/fai.schema b/contrib/openldap/fai.schema index 00c0995b8..d86f1e677 100644 --- a/contrib/openldap/fai.schema +++ b/contrib/openldap/fai.schema @@ -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 diff --git a/contrib/openldap/gosystem.schema b/contrib/openldap/gosystem.schema index 03f260afd..2f68d6805 100644 --- a/contrib/openldap/gosystem.schema +++ b/contrib/openldap/gosystem.schema @@ -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.'