diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-01 04:20:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-01 04:20:06 +0800 |
commit | 6135f6ad4544f68ef23bdf9dca698a93cfae7067 (patch) | |
tree | 7ffa0274f7a7c367d640bacc7fe67e05ba5b065b /addressbook/backend/pas/evolutionperson.schema | |
parent | 7de0e8cb10046bd29e400f1120eec6d593781156 (diff) | |
download | gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.gz gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.zst gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.zip |
[ roll in the following change from the 1.0 branch.] change the CALURI and
2002-07-31 Chris Toshok <toshok@ximian.com>
[ roll in the following change from the 1.0 branch.]
* backend/pas/pas-backend-ldap.c:
(prop_info): change the CALURI and FBURL ecard attributes to map to the
RFC 2739 specified attributes.
(check_schema_support): check to see if calEntry is supported.
(add_objectclass_mod): insert calEntry if it's supported.
* backend/pas/evolutionperson.schema: deprecate freeBusyURI
and calendarURI.
svn path=/trunk/; revision=17657
Diffstat (limited to 'addressbook/backend/pas/evolutionperson.schema')
-rw-r--r-- | addressbook/backend/pas/evolutionperson.schema | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/backend/pas/evolutionperson.schema b/addressbook/backend/pas/evolutionperson.schema index f0f3a394df..4b64b3b7e4 100644 --- a/addressbook/backend/pas/evolutionperson.schema +++ b/addressbook/backend/pas/evolutionperson.schema @@ -167,12 +167,14 @@ attributetype ( 1.3.6.1.4.1.8506.1.2.25 SUP name SINGLE-VALUE ) +# deprecated - use calEntry and its attributes from RFC 2739 attributetype ( 1.3.6.1.4.1.8506.1.2.26 NAME 'calendarURI' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) +# deprecated - use calEntry and its attributes from RFC 2739 attributetype ( 1.3.6.1.4.1.8506.1.2.27 NAME 'freeBusyURI' EQUALITY caseExactIA5Match |