From 861dda01bf510ee41c92d0c1dc35fe8e00445619 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 18 Apr 2007 14:49:46 +0000 Subject: [PATCH] Fixed schema to be utf-8 conform git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6098 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goserver.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index b469f6b58..4fa66c00e 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -25,8 +25,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.2 NAME 'goFontPath' # Attributes for common Gonicus Server Class attributetype ( 1.3.6.1.4.1.10098.1.1.9.4 NAME 'goExportEntry' DESC 'Provides an export entry' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) attributetype ( 1.3.6.1.4.1.10098.1.1.9.9 NAME 'goSyslogSection' DESC 'What sections wants the server for its syslog service? i.e. *.*' -- 2.30.2