From b2a9f2937adf800fdab0587ca7b2eee51810345b Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 8 Jan 2007 07:11:05 +0000 Subject: [PATCH] Fixed schema for special characters git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5473 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 5caf03951..6749d11bf 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -138,7 +138,6 @@ 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 caseExactMatch @@ -280,9 +279,9 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN' attributetype ( 1.3.6.1.4.1.10098.1.1.13.47 NAME 'goFonHomeServer' DESC 'defines voicemail delivery format' - EQUALITY caseExactIA5Match - SUBSTR caseExactIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + EQUALITY caseExactMatch + SUBSTR caseExactSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) # objectclass objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY -- 2.30.2