From: cajus Date: Thu, 1 Sep 2005 11:48:47 +0000 (+0000) Subject: Added voicemail pin attribute X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=52701e25046af3bfe640154e2367f04d3d18d9cb;p=gosa.git Added voicemail pin attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1284 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index cca071071..83dc99f5a 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -271,6 +271,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.45 NAME 'goFonConferenceOwner' SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN' + 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)'