diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-08 08:41:31 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-08 08:41:31 +0800 |
commit | a1bdd2e52646327225a8550beb968a683f840c45 (patch) | |
tree | 54ccb18837ccedce80a6ce440c6da0b5d42c561e /addressbook | |
parent | 5c410ab1420beaf492fead41eed01210242d60b2 (diff) | |
download | gsoc2013-evolution-a1bdd2e52646327225a8550beb968a683f840c45.tar.gz gsoc2013-evolution-a1bdd2e52646327225a8550beb968a683f840c45.tar.zst gsoc2013-evolution-a1bdd2e52646327225a8550beb968a683f840c45.zip |
fix the SYNTAX for the telephone attributes, and make the fax attributes
2003-01-07 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/backend/pas/evolutionperson.schema | 22 |
2 files changed, 15 insertions, 13 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4848f1b468..da045a84db 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2003-01-07 Chris Toshok <toshok@ximian.com> + + * 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. + 2003-01-06 Dan Winship <danw@ximian.com> * backend/idl/Makefile.am: remove idldir def (defined by 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 |