From 52701e25046af3bfe640154e2367f04d3d18d9cb Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 1 Sep 2005 11:48:47 +0000 Subject: [PATCH] Added voicemail pin attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1284 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gofon.schema | 6 ++++++ 1 file changed, 6 insertions(+) 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)' -- 2.30.2