From d29732e0b07c0e6a90b7cbe7db15d67d2facb540 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 22 Jun 2005 11:04:45 +0000 Subject: [PATCH] Added macro memory attribute that was lost git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@799 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 3bd2d6d3c..1443b9155 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -157,11 +157,17 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.22 NAME 'goFonMacroParameter' 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.23 NAME 'goFonMacro' + 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)' MUST ( goFonDeliveryMode $ telephoneNumber $ uid ) - MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN )) + MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonMacro )) objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL DESC 'defines a telephone (v1.0)' -- 2.30.2