There's mail in the archives about this, one that even contains the schema you should use :)
http://lists.ximian.com/archives/public/evolution/2002-April/017782.html in general it's a bad idea to make the change you suggest, as OIDs are supposed to be unique. Chris On Fri, 2003-08-15 at 04:48, Daniel Cote wrote: > To make it work I changed the schema like this. I'm not sure if it's > right but it works for me. > > # deprecated - use calEntry and its attributes from RFC 2739 > attributetype ( 1.3.6.1.4.1.8506.1.2.26 > NAME ( 'calCalURI' '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 ( 'calFBURL' 'freeBusyURI' ) > EQUALITY caseExactIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 > SINGLE-VALUE ) > > > On Fri, 2003-08-15 at 06:40, Ronald van Engelen wrote: > > Hi, > > > > I've just began using Evo 1.4.4 with an OpenLDAP 2.1.2 server. In the > > slapd.conf I've included evolutionperson.schema. According to the schema > > I could use the freeBusyURI and calendarURI attributes. But when I try > > to move a contact from a local Evo contacts-folder with one of the > > fields filled in, wombat tries to add the wrong attributes: > > > > The CALURI VCard-attribute is mapped to calCalURI LDAP-attribute > > ldap_add_ext returned 0 > > create_card: Undefined attribute type (17) > > additional info: calCalURI: attribute type undefined > > > > The FBURL VCard-attribute is mapped to calFBURL LDAP-attribute > > ldap_add_ext returned 0 > > create_card: Undefined attribute type (17) > > additional info: calFBURL: attribute type undefined > > > > Anybody's got a clue of which attrobute-set is right and how to get it > > working? > > > > Regards, > > Ronald van Engelen > > > > _______________________________________________ > > evolution maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/evolution _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
