From 1b987caa4db9d30c02fdd3f5a82cc1ab4ee850cd Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 16 Jun 2005 06:08:42 +0000 Subject: [PATCH] Permit / Deny not single value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@729 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.30.2