From 9ee553d739f3e10acd45c719e26553b77f3a4823 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 28 Apr 2006 06:59:09 +0000 Subject: [PATCH] Added administrational unit tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3159 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gosa+samba3.schema | 15 +++++++++++++++ contrib/openldap/gosa.schema | 20 +++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index c12eace29..424e38222 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -198,6 +198,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.32 NAME 'gosaApplicationMimeType' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.33 NAME 'gosaUnitTag' + DESC 'Takes a list of relevant mime-type|priority settings' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreIA5Match @@ -298,3 +304,12 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.14 NAME 'gosaIntranetAccount' MUST ( cn $ uid ) MAY ( gosaDefaultLanguage )) +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.15 NAME 'gosaAdministrationalUnit' + DESC 'Marker for administrational units (v2.5)' + SUP top AUXILIARY + MUST ( gosaUnitTag )) + +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.16 NAME 'gosaAdministrationalUnitTag' + DESC 'Marker for objects below administrational units (v2.5)' + SUP top AUXILIARY + MUST ( gosaUnitTag )) diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index b0c93e954..f85c56696 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -1,8 +1,6 @@ ## ## Needed attributes for GOsa (GONICUS System Administrator) ## -## Version 030303 -## ## Maintainer: Cajus Pollmeier (pollmeier@GONICUS.de) ## @@ -198,6 +196,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.32 NAME 'gosaApplicationMimeType' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.33 NAME 'gosaUnitTag' + DESC 'Takes a list of relevant mime-type|priority settings' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreMatch @@ -292,8 +296,18 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.13 NAME 'gosaWebdavAccount' MUST ( cn $ uid )) objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.14 NAME 'gosaIntranetAccount' - DESC 'GOsa Inatrent enabling account (v2.4)' + DESC 'GOsa Intarent enabling account (v2.4)' SUP top AUXILIARY MUST ( cn $ uid ) MAY ( gosaDefaultLanguage )) +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.15 NAME 'gosaAdministrationalUnit' + DESC 'Marker for administrational units (v2.5)' + SUP top AUXILIARY + MUST ( gosaUnitTag )) + +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.16 NAME 'gosaAdministrationalUnitTag' + DESC 'Marker for objects below administrational units (v2.5)' + SUP top AUXILIARY + MUST ( gosaUnitTag )) + -- 2.30.2