From: cajus Date: Tue, 16 Aug 2005 11:57:27 +0000 (+0000) Subject: Added missing attribute "telephoneNumber" to the conference class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e58707fe836a48a698eb7f8c526eb0e846dd1d0;p=gosa.git Added missing attribute "telephoneNumber" to the conference class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1153 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index ea497d506..1fc4bb903 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -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 ))