From 8d84e01161873a2adcae73a2dcee5686adbf5a4c Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Nov 2006 12:42:35 +0000 Subject: [PATCH] Updated gofon schema, to support non ascii chars in gofon macro git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5070 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 508af22dd..366bfcedf 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -139,10 +139,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.22 NAME 'goFonMacroParameter' 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 SINGLE-VALUE) + DESC 'Holds the macro parameter definitions' + EQUALITY caseExactMatch + SUBSTR caseExactSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.10098.1.1.13.24 NAME 'goFonTimeOut' DESC 'Holds the queue goFonTimeOut definitions' -- 2.30.2