Code

Ldap-Schema:
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 07:42:27 +0000 (07:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 07:42:27 +0000 (07:42 +0000)
The attribute "goFonHomeServer" was missing in the objectClass "goFonConferences"

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6111 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index 6749d11bfb5372f72b93f733e6680450196e15fa..a06f6a1d40d37f8e7a8004682f69a35615d02f9e 100644 (file)
@@ -320,5 +320,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 $ telephoneNumber ))
+                 goFonConferenceOwner $ telephoneNumber $ goFonHomeServer))