From: hickert Date: Thu, 19 Apr 2007 07:42:27 +0000 (+0000) Subject: Ldap-Schema: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8a455e0dbeb53597a9da77eec477eca52d0b2519;p=gosa.git Ldap-Schema: 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 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 6749d11bf..a06f6a1d4 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -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))