Code

Updated gofon schema, to support non ascii chars in gofon macro
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Nov 2006 12:42:35 +0000 (12:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Nov 2006 12:42:35 +0000 (12:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5070 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index 508af22dd2c723f73d227a22c16c86dc9f98acfb..366bfcedfce7326ccde66567dd1c4e0c731b3282 100644 (file)
@@ -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'