From 99ce3a77066296b604d0fdea98ee4ec7d31daf16 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 10 Mar 2010 10:05:09 +0000 Subject: [PATCH] Added gosaUserFilter schemata git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16371 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/openldap/gosa-samba3.schema | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gosa-core/contrib/openldap/gosa-samba3.schema b/gosa-core/contrib/openldap/gosa-samba3.schema index a8b1de34f..066ae9018 100644 --- a/gosa-core/contrib/openldap/gosa-samba3.schema +++ b/gosa-core/contrib/openldap/gosa-samba3.schema @@ -266,6 +266,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 @@ -408,3 +412,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 ) ) -- 2.30.2