From: cajus Date: Tue, 10 Jan 2006 14:26:25 +0000 (+0000) Subject: Fixed schema again, we need to declare most of the entries as AUX now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bae8bd046aaed9b97552ca7ba1b9f88eae02ea42;p=gosa.git Fixed schema again, we need to declare most of the entries as AUX now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2434 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/fai.schema b/contrib/openldap/fai.schema index 5e4d716a1..00c0995b8 100644 --- a/contrib/openldap/fai.schema +++ b/contrib/openldap/fai.schema @@ -320,7 +320,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.1 NAME 'FAIclass' # to simplify administration tasks for so called junior # administrators. objectclass (1.3.6.1.4.1.10098.1.2.1.40.2 NAME 'FAIprofile' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'FAI profile container for multiple class objects' MUST ( cn $ FAIclass ) MAY ( FAIstate $ description ) ) @@ -329,7 +329,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.2 NAME 'FAIprofile' # table in order to perform well. FAIpartitionTable is # a container for partition entries. objectclass (1.3.6.1.4.1.10098.1.2.1.40.3 NAME 'FAIpartitionTable' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'Stores FAI partition tables' MUST ( cn ) MAY ( FAIstate $ description ) ) @@ -338,7 +338,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.3 NAME 'FAIpartitionTable' # table in order to perform well. FAIpartitionTable is # a container for partition entries. objectclass (1.3.6.1.4.1.10098.1.2.1.40.4 NAME 'FAIpartitionDisk' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'Stores FAI partition tables' MUST ( cn ) MAY ( FAIstate $ description ) ) @@ -346,7 +346,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.4 NAME 'FAIpartitionDisk' # Description: This object defines a single partition entry for the # FAI partitioner. objectclass (1.3.6.1.4.1.10098.1.2.1.40.5 NAME 'FAIpartitionEntry' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'One partition table entry' MUST ( FAIpartitionType $ FAIpartitionNr $ FAIfsType $ FAImountPoint $ FAIpartitionSize $ cn ) @@ -356,7 +356,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.5 NAME 'FAIpartitionEntry' # Name : FAIhook # Description: Container for hooks objectclass (1.3.6.1.4.1.10098.1.2.1.40.6 NAME 'FAIhook' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'Stores FAI partition tables' MUST ( cn ) MAY ( FAIstate $ description ) ) @@ -364,35 +364,35 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.6 NAME 'FAIhook' # Description: Hooks are stored with their FAI task inside the # FAIhook object. objectclass (1.3.6.1.4.1.10098.1.2.1.40.7 NAME 'FAIhookEntry' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'FAI hook storage' 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 STRUCTURAL + SUP top AUXILIARY DESC 'FAI script storage' 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 STRUCTURAL + SUP top AUXILIARY DESC 'FAI script storage' 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 STRUCTURAL + SUP top AUXILIARY DESC 'Stores FAI variables sub entries' 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 STRUCTURAL + SUP top AUXILIARY DESC 'Stores single variable entries' MUST ( cn $ FAIvariableContent ) MAY ( FAIstate $ description ) ) @@ -400,21 +400,21 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.11 NAME 'FAIvariableEntry' # Description: Stores a complete package list and is container # for several FAIdebconfInfo scripts objectclass (1.3.6.1.4.1.10098.1.2.1.40.12 NAME 'FAIpackageList' - SUP top STRUCTURAL + SUP top AUXILIARY DESC 'Stores complete package lists' 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 STRUCTURAL + SUP top AUXILIARY DESC 'Container for template objects' 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 STRUCTURAL + SUP top AUXILIARY DESC 'Stores real file templates' MUST ( cn $ FAItemplateFile $ FAItemplatePath $ FAIowner $ FAImode ) MAY ( FAIstate $ description ) )