Code

Updated FAIschema
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 07:56:47 +0000 (07:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 07:56:47 +0000 (07:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18642 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/contrib/fai.schema

index d12199f26500b7d7be9ac39f6e956e138a3185c8..346276df5460f7c9e6d249ece2d848ca0d7549dd 100644 (file)
@@ -360,7 +360,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.35 NAME 'FAIfsTuneOptions'
 #              common name and a description.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.1 NAME 'FAIclass'
        SUP top STRUCTURAL
-       DESC 'Generic class parent for FAI objects'
+       DESC 'Generic class parent for FAI objects (v2.7)'
        MUST ( cn ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAIprofile
@@ -370,7 +370,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.1 NAME 'FAIclass'
 #              administrators.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.2 NAME 'FAIprofile'
        SUP top AUXILIARY
-       DESC 'FAI profile container for multiple class objects' 
+       DESC 'FAI profile container for multiple class objects (v2.7)
        MUST ( cn $ FAIclass ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAIpartitionTable
@@ -379,7 +379,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.2 NAME 'FAIprofile'
 #              a container for partition entries.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.3 NAME 'FAIpartitionTable'
        SUP top AUXILIARY
-       DESC 'Stores FAI partition tables'
+       DESC 'Stores FAI partition tables (v2.7)'
        MUST ( cn ) MAY  ( FAIstate $ FAIpartitionMethod $ description ) )
 
 # Name       : FAIpartitionDisk
@@ -396,7 +396,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.4 NAME 'FAIpartitionDisk'
 #              FAI partitioner.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.5 NAME 'FAIpartitionEntry'
        SUP top AUXILIARY
-       DESC 'One partition table entry'
+       DESC 'One partition table entry (v2.7)'
        MUST ( FAIpartitionType $ FAIpartitionNr $ FAIfsType $
               FAImountPoint $ FAIpartitionSize $ cn )
        MAY  ( FAImountOptions $ FAIfsOptions $ FAIpartitionFlags $
@@ -406,7 +406,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.5 NAME 'FAIpartitionEntry'
 # Description: Container for hooks
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.6 NAME 'FAIhook'
        SUP top AUXILIARY
-       DESC 'Stores FAI partition tables'
+       DESC 'Stores FAI partition tables (v2.7)'
        MUST ( cn ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAIhookEntry
@@ -414,35 +414,35 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.6 NAME 'FAIhook'
 #              FAIhook object.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.7 NAME 'FAIhookEntry'
        SUP top AUXILIARY
-       DESC 'FAI hook storage'
+       DESC 'FAI hook storage (v2.7)'
        MUST ( cn $ FAIscript $ FAItask ) MAY ( FAIstate $ description ) )
 
 # Name       : FAIscriptEntry
 # Description: Container for scripts
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.8 NAME 'FAIscriptEntry'
        SUP top AUXILIARY
-       DESC 'FAI script storage'
+       DESC 'FAI script storage (v2.7)'
        MUST ( cn $ FAIscript $ FAIpriority ) MAY ( FAIstate $ description ) )
 
 # Name       : FAIscript
 # Description: Hooks and scripts are somewhat similar.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.9 NAME 'FAIscript'
        SUP top AUXILIARY
-       DESC 'FAI script storage'
+       DESC 'FAI script storage (v2.7)'
        MUST ( cn ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAIvariable
 # Description: Store a set of variables in this container.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.10 NAME 'FAIvariable'
        SUP top AUXILIARY
-       DESC 'Stores FAI variables sub entries'
+       DESC 'Stores FAI variables sub entries (v2.7)'
        MUST ( cn ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAIvariableEntry
 # Description: Stores a single variable.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.11 NAME 'FAIvariableEntry'
        SUP top AUXILIARY
-       DESC 'Stores single variable entries'
+       DESC 'Stores single variable entries (v2.7)'
        MUST ( cn $ FAIvariableContent ) MAY ( FAIstate $ description ) )
 
 # Name       : FAIpackagelist
@@ -450,21 +450,21 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.11 NAME 'FAIvariableEntry'
 #              for several FAIdebconfInfo scripts
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.12 NAME 'FAIpackageList'
        SUP top AUXILIARY
-       DESC 'Stores complete package lists'
+       DESC 'Stores complete package lists (v2.7)'
        MUST ( cn $ FAIpackage ) MAY ( FAIpackagelistDependency $ FAIinstallMethod $ description $ FAIstate ) )
 
 # Name       : FAItemplate
 # Description: Container for template objects.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.13 NAME 'FAItemplate'
        SUP top AUXILIARY
-       DESC 'Container for template objects' 
+       DESC 'Container for template objects (v2.7)
        MUST ( cn ) MAY  ( FAIstate $ description ) )
 
 # Name       : FAItemplateEntry
 # Description: Stores FAI templates and the corresponding path.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.14 NAME 'FAItemplateEntry'
        SUP top AUXILIARY
-       DESC 'Stores real file templates'
+       DESC 'Stores real file templates (v2.7)'
        MUST ( cn $ FAItemplateFile $ FAItemplatePath $ FAIowner $ FAImode ) 
        MAY ( FAIstate $ description ) )
        
@@ -473,42 +473,42 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.14 NAME 'FAItemplateEntry'
 #              debconf-getselections.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.15 NAME 'FAIdebconfInfo'
        SUP top STRUCTURAL
-       DESC 'Stores debconf informations for single packages'
+       DESC 'Stores debconf informations for single packages (v2.7)'
        MUST ( FAIpackage $ FAIvariable $ FAIvariableType ) MAY ( FAIvariableContent $ FAIstate ) )
 
 # Name       : FAIobject
 # Description: Marks objects to have a set of FAI classes.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.16 NAME 'FAIobject'
        SUP top AUXILIARY
-       DESC 'Marks an object as an FAI object.'
+       DESC 'Marks an object as an FAI object. (v2.7)'
        MAY ( FAIstate $ FAIstatus $ FAIclass $ FAIdebianMirror $ macAddress) )
 
 # Name       : FAIrepository
 # Description: Marks objects to have a set of FAI classes.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.17 NAME 'FAIrepository'
        SUP top AUXILIARY
-       DESC 'Provides per object repository informations.'
+       DESC 'Provides per object repository informations. (v2.7)'
        MUST ( FAIdebianRelease $ FAIdebianSection ) MAY ( FAIdebianMirror ) )
 
 # Name       : FAIrepositoryServer
 # Description: FAIrepositoryServer stores information about repository settings.
 objectclass (1.3.6.1.4.1.10098.1.2.1.40.18 NAME 'FAIrepositoryServer'
        SUP top AUXILIARY
-       DESC 'Provides repository informations.'
+       DESC 'Provides repository informations. (v2.7)'
        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.'
+       DESC 'Provides information for versioning. (v2.7)'
        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.'
+       DESC 'Provides information for versioning. (v2.7)'
        MAY ( FAIrelease ) )
 
 ### END of FAI schema file