summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 844a71d)
raw | patch | inline | side by side (parent: 844a71d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 13:09:50 +0000 (13:09 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 13:09:50 +0000 (13:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1145 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/gofon.schema | patch | blob | history |
index 4ecd3be42dab85333846d0ea92fffa8faefb5501..ea497d506aa736ba9a98720f2757a78dde074576 100644 (file)
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.43 NAME 'goFonConferenceOptions'
+ DESC 'Holds the queue goFonConferenceOptions definitions'
+ EQUALITY caseExactIA5Match
+ SUBSTR caseExactIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.44 NAME 'goFonConferenceTimeOut'
+ DESC 'Holds the queue goFonConferenceTimeOut definitions'
+ EQUALITY caseExactIA5Match
+ SUBSTR caseExactIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.45 NAME 'goFonConferenceOwner'
+ DESC 'Holds the queue goFonConferenceOwner definitions'
+ EQUALITY caseExactIA5Match
+ SUBSTR caseExactIA5SubstringsMatch
+ 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
DESC 'GOFon Account objectclass (v1.0)'
@@ -297,7 +315,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.13 NAME 'goFonPickupGroup' SUP top AUXILIAR
objectclass (1.3.6.1.4.1.10098.1.2.3.14 NAME 'goFonMacro' SUP top STRUCTURAL
DESC 'Macro definitions for asterisk machines (v1.0)'
MUST ( cn )
- MAY ( goFonMacroVisible $ displayName $ goFonMacroContent $description $
+ MAY ( goFonMacroVisible $ displayName $ goFonMacroContent $ description $
goFonMacroParameter ))
objectclass (1.3.6.1.4.1.10098.1.2.3.15 NAME 'goFonQueue' SUP top AUXILIARY
goFonQueueLanguage $ goFonQueueStrategy $ goFonQueueAnnounceHoldtime $ goFonQueueAnnounce $
goFonQueueRetry $ goFonQueueLessThan ))
+objectclass (1.3.6.1.4.1.10098.1.2.3.16 NAME 'goFonConference' SUP top STRUCTURAL
+ DESC 'Conference definitions for asterisk machines (v1.0)'
+ MUST ( cn )
+ MAY ( description $ goFonConferenceOption $ goFonConferenceTimeout $ goFonPIN $
+ goFonConferenceOwner ))
+