summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc7b798)
raw | patch | inline | side by side (parent: bc7b798)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Jun 2005 05:18:01 +0000 (05:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Jun 2005 05:18:01 +0000 (05:18 +0000) |
contrib/openldap/gofon.schema | patch | blob | history |
index 2d8f112121686ad4ec5c744da2845b869efe6ee6..4a8fba5dc2f5435c235804edc9973d4adf1a5d1f 100644 (file)
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)'
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)'