From eaa35aa9b8ac9f753eb8a5ac33b5f24909fbf336 Mon Sep 17 00:00:00 2001 From: scheiter Date: Fri, 2 Feb 2007 13:11:47 +0000 Subject: [PATCH] Allow more than ASCII in Vacation Messages git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5683 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gosa+samba3.schema | 6 +++--- contrib/openldap/gosa.schema | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index d4463c7e9..78e2740d4 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -70,9 +70,9 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.10 NAME 'gosaSpamMailbox' attributetype ( 1.3.6.1.4.1.10098.1.1.12.11 NAME 'gosaVacationMessage' DESC 'Text to display in case of vacation' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) attributetype ( 1.3.6.1.4.1.10098.1.1.12.12 NAME 'gosaMailDeliveryMode' DESC 'What to do with mails' diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index ac975dcbb..2fa630787 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -68,9 +68,9 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.10 NAME 'gosaSpamMailbox' attributetype ( 1.3.6.1.4.1.10098.1.1.12.11 NAME 'gosaVacationMessage' DESC 'Text to display in case of vacation' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) attributetype ( 1.3.6.1.4.1.10098.1.1.12.12 NAME 'gosaMailDeliveryMode' DESC 'What to do with mails' -- 2.30.2