Code

Added missing attribute "telephoneNumber" to the conference class
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Aug 2005 11:57:27 +0000 (11:57 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Aug 2005 11:57:27 +0000 (11:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1153 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index ea497d506aa736ba9a98720f2757a78dde074576..1fc4bb903b5168282694c55b2bd9d8773b1057dc 100644 (file)
@@ -277,7 +277,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.42 NAME 'goFonQueueLessThan'
     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'
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.43 NAME 'goFonConferenceOption'
     DESC 'Holds the queue goFonConferenceOptions definitions'
     EQUALITY caseExactIA5Match
     SUBSTR caseExactIA5SubstringsMatch
@@ -332,5 +332,5 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.16 NAME 'goFonConference' SUP top STRUCTURA
        DESC 'Conference definitions for asterisk machines (v1.0)'
        MUST ( cn ) 
        MAY ( description $ goFonConferenceOption $ goFonConferenceTimeout $ goFonPIN $
-                 goFonConferenceOwner ))
+                 goFonConferenceOwner $ telephoneNumber ))