From 10083e7288fc6b60f6ed130316a07565219d631d Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 20 Jun 2005 07:43:31 +0000 Subject: [PATCH] Updated gophone macros git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@754 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 16e24440a..728bc3274 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -137,6 +137,26 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.19 NAME 'goFonDeny' SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +attributetype ( 1.3.6.1.4.1.10098.1.1.13.20 NAME 'goFonMacroVisible' + DESC 'Triggers if the macro is visible for users' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.13.21 NAME 'goFonMacroContent' + DESC 'Holds the macro' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.13.22 NAME 'goFonMacroParameter' + DESC 'Holds the macro parameter definitions' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + # objectclass objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY DESC 'GOFon Account objectclass (v1.0)' @@ -154,3 +174,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.13 NAME 'goFonPickupGroup' SUP top AUXILIAR DESC 'Additive for posixGroups (v1.0)' MUST ( cn $ gidNumber ) ) +objectclass (1.3.6.1.4.1.10098.1.2.3.13 NAME 'goFonMacro' SUP top AUXILIARY + DESC 'Macro definitions for asterisk machines (v1.0)' + MUST ( cn ) + MAY ( goFonMacroVisible $ displayName $ goFonMacroContent $description $ + goFonMacroParameter )) + -- 2.30.2