From: cajus Date: Wed, 20 Dec 2006 06:10:30 +0000 (+0000) Subject: Added optional server attribute to gofon account X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a04fcc850960ffa57a586cb5ba141fb747964eee;p=gosa.git Added optional server attribute to gofon account git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5435 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 366bfcedf..a1c7d8662 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -277,11 +277,17 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN' SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.13.47 NAME 'goFonHomeServer' + DESC 'defines voicemail delivery format' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + # objectclass 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 $ goFonVoicemailPIN $ goFonMacro )) + MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonVoicemailPIN $ goFonMacro $ goFonHomeServer )) objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL DESC 'defines a telephone (v1.0)'