Code

Permit / Deny not single value
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 06:08:42 +0000 (06:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 06:08:42 +0000 (06:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@729 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index 4a8fba5dc2f5435c235804edc9973d4adf1a5d1f..16e24440af18b7ea1f7b8b51748cb08545f5fc6b 100644 (file)
@@ -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