Code

Added permit and deny
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 05:18:01 +0000 (05:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 05:18:01 +0000 (05:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@728 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index 2d8f112121686ad4ec5c744da2845b869efe6ee6..4a8fba5dc2f5435c235804edc9973d4adf1a5d1f 100644 (file)
@@ -125,6 +125,20 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.17 NAME 'goFonMSN'
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )
 
+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 )
+
+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 )
+
 # objectclass 
 objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY
        DESC 'GOFon Account objectclass (v1.0)'
@@ -136,7 +150,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL
        MUST ( cn $ macAddress $ ipHostNumber )
        MAY (description $ goFonType $ goFonDmtfMode $ goFonHost $ goFonDefaultIP $
                 goFonQualify $ goFonAuth $ goFonSecret $ goFonInkeys $ goFonOutkey $
-                goFonTrunk $ goFonAccountCode $ goFonMSN ) )
+                goFonTrunk $ goFonAccountCode $ goFonMSN $ goFonPermit $ goFonDeny ) )
 
 objectclass (1.3.6.1.4.1.10098.1.2.3.13 NAME 'goFonPickupGroup' SUP top AUXILIARY
        DESC 'Additive for posixGroups (v1.0)'