From: cajus Date: Thu, 1 Sep 2005 12:06:41 +0000 (+0000) Subject: Added attribute to objectclass X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=414f88c3e90e85c5213fbe261d80fb71f28ff261;p=gosa.git Added attribute to objectclass git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1286 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 83dc99f5a..508af22dd 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -281,7 +281,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN' objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY DESC 'GOFon Account objectclass (v1.0)' MUST ( goFonDeliveryMode $ telephoneNumber $ uid ) - MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonMacro )) + MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonVoicemailPIN $ goFonMacro )) objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL DESC 'defines a telephone (v1.0)'