From: hickert Date: Thu, 16 Jun 2005 06:08:42 +0000 (+0000) Subject: Permit / Deny not single value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b987caa4db9d30c02fdd3f5a82cc1ab4ee850cd;p=gosa.git Permit / Deny not single value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@729 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 4a8fba5dc..16e24440a 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -129,15 +129,13 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.18 NAME 'goFonPermit' DESC 'sets the sip.conf permit parameter' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 - SINGLE-VALUE ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) attributetype ( 1.3.6.1.4.1.10098.1.1.13.19 NAME 'goFonDeny' DESC 'sets the sip.conf deny parameter' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 - SINGLE-VALUE ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) # objectclass objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY