Code

Added missing attribute
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Aug 2005 19:03:19 +0000 (19:03 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Aug 2005 19:03:19 +0000 (19:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1101 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index d810857dc568feadb5a883eb4fc0810ba1fae41f..4ecd3be42dab85333846d0ea92fffa8faefb5501 100644 (file)
@@ -271,6 +271,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.41 NAME 'goFonQueueRetry'
     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.42 NAME 'goFonQueueLessThan'
+    DESC 'Holds the queue goFonQueueLessThan 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)'
@@ -302,5 +308,5 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.15 NAME 'goFonQueue' SUP top AUXILIARY
                  goFonQueueYouAreNext $ goFonQueueThereAre $ goFonQueueCallsWaiting $
                  goFonQueueThankYou $ goFonQueueMinutes $ goFonQueueSeconds $ telephoneNumber $
                  goFonQueueLanguage $ goFonQueueStrategy $ goFonQueueAnnounceHoldtime $ goFonQueueAnnounce $
-                 goFonQueueRetry ))
+                 goFonQueueRetry $ goFonQueueLessThan ))