From: cajus Date: Fri, 17 Feb 2006 09:49:37 +0000 (+0000) Subject: Fixed schema file to hold utf-8 based ldap bases X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7cbfcaf58fa533eab93b850facedb7542227c619;p=gosa.git Fixed schema file to hold utf-8 based ldap bases git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2701 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index 8bf9d4128..6397fbefb 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -45,8 +45,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.11 NAME 'goSpoolPath' attributetype ( 1.3.6.1.4.1.10098.1.1.9.12 NAME 'goLdapBase' DESC 'Base to use for this LDAP server' - 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 SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.10098.1.1.9.13 NAME 'goImapName' diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 61b0d83a5..2c0fce789 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -257,9 +257,9 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.1.37 NAME 'gotoTerminalPath' attributetype ( 1.3.6.1.4.1.10098.1.1.1.38 NAME 'gotoLdapServer' DESC 'Kernel boot parameters' - 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 SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.10098.1.1.1.39 NAME 'gotoScannerBackend'