From: cajus Date: Tue, 10 Jan 2006 12:14:07 +0000 (+0000) Subject: Added freezable options to all objects X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5aab6e9d7250997c5e25a66fac754fe2d0ac2a17;p=gosa.git Added freezable options to all objects git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2429 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/fai.schema b/contrib/openldap/fai.schema index 2293f923b..ae0624af1 100644 --- a/contrib/openldap/fai.schema +++ b/contrib/openldap/fai.schema @@ -312,7 +312,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.28 NAME 'FAIstate' 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' - MUST ( cn ) MAY ( description ) ) + MUST ( cn ) MAY ( FAIstate $ description ) ) # Name : FAIprofile # Description: FAIprofile which bundles a set of FAIclass entries @@ -417,14 +417,14 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.14 NAME 'FAItemplateEntry' 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' - MUST ( FAIpackage $ FAIvariable $ FAIvariableType ) MAY ( FAIvariableContent ) ) + 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.' - MAY ( FAIstatus $ FAIclass $ FAIdebianMirror $ macAddress) ) + MAY ( FAIstate $ FAIstatus $ FAIclass $ FAIdebianMirror $ macAddress) ) # Name : FAIrepository # Description: Marks objects to have a set of FAI classes.