Code

Replaced config->search with get_cfg_value
[gosa.git] / gosa-core / contrib / openldap / gosa-samba3.schema
index a8b1de34f7527bad9d80373ea59ac5945ef2830a..b30968b2ee90b9f49b0d60ef7cfaf8fcca956568 100644 (file)
@@ -239,6 +239,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.39 NAME 'gosaSnapshotData'
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.12.40 NAME 'gosaSetting'
         DESC 'Original DN of saved object'
+        EQUALITY caseIgnoreMatch
+       SUBSTR caseIgnoreSubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.12.41 NAME 'gosaVacationStart'
@@ -266,6 +268,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.46 NAME 'gosaLoginRestriction'
         DESC 'Multivalue attribute to carry a number of allowed ips/subnets'
         SUP name)
 
+attributetype ( 1.3.6.1.4.1.10098.1.1.12.47 NAME 'gosaUserDefinedFilter'
+        DESC 'A user defined filter'
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
+
 attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
         DESC 'Field to represent the academic title'
         EQUALITY caseIgnoreMatch
@@ -394,6 +400,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject'
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.20 NAME 'gosaConfig'
        DESC 'Settings for gosa. Replaces parts of the gosa.conf. (v2.6)' SUP top STRUCTURAL
+       MUST ( cn ) 
        MAY  ( gosaSetting ) )
 
 # GOto submenu entries
@@ -408,3 +415,6 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.44 NAME 'gotoMenuEntry'
         MUST ( cn )
         MAY ( gosaApplicationParameter $ gosaApplicationPriority ) )
 
+objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.21 NAME 'gosaProperties' SUP top AUXILIARY
+        DESC 'Class for GOsa Properties, stores for example user filters (v2.6.8)'
+        MAY ( gosaUserDefinedFilter ) )