From a1bdd2e52646327225a8550beb968a683f840c45 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 8 Jan 2003 00:41:31 +0000 Subject: fix the SYNTAX for the telephone attributes, and make the fax attributes 2003-01-07 Chris Toshok * backend/pas/evolutionperson.schema: fix the SYNTAX for the telephone attributes, and make the fax attributes more closely mirror those from core.schema. Fixes the schema for openldap-2.1. svn path=/trunk/; revision=19268 --- addressbook/backend/pas/evolutionperson.schema | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/pas/evolutionperson.schema b/addressbook/backend/pas/evolutionperson.schema index 29270555ea..cc32a96262 100644 --- a/addressbook/backend/pas/evolutionperson.schema +++ b/addressbook/backend/pas/evolutionperson.schema @@ -32,20 +32,18 @@ attributetype ( 1.3.6.1.4.1.8506.1.2.2 DESC 'car phone telephone number of the person' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8506.1.2.3 NAME ( 'homeFacsimileTelephoneNumber' 'homeFax' ) - EQUALITY caseIgnoreMatch - SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ) attributetype ( 1.3.6.1.4.1.8506.1.2.4 NAME 'otherPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.5 NAME 'businessRole' @@ -113,43 +111,41 @@ attributetype ( 1.3.6.1.4.1.8506.1.2.16 NAME 'assistantPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.17 NAME 'companyPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.18 NAME 'callbackPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.19 NAME ( 'otherFacsimileTelephoneNumber' 'otherFax' ) - EQUALITY telephoneNumberMatch - SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ) attributetype ( 1.3.6.1.4.1.8506.1.2.20 NAME 'radio' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.21 NAME 'telex' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.22 NAME 'tty' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) # deprecated - use the multivalued category attributetype ( 1.3.6.1.4.1.8506.1.2.23 -- cgit v1.2.3