Under Evolution 2.4,copying  a List to LDAP:

When you copy over a Evolution Personal List to a LDAP Contact List, the entry is changed to a evolutionPerson, instead of a EvolutionList.   

Is there a schema entry that should follow for ListMembers,  instead of it changing to email.  

To make the full list of  member work when you send a message to the contact,  you need to edit the LDAP/LDIF and put all the ListMembers on a single mail attribute.

Example 1 - this is how the List appears when you copy it over to a LDAP directory:

dn: cn=The Girls,ou=People,dc=kenosha,dc=org
cn: The Girls
sn: Girls
mail: [EMAIL PROTECTED]
mail: [EMAIL PROTECTED]
mail: [EMAIL PROTECTED]
mail: [EMAIL PROTECTED]
fileAs: The Girls
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: evolutionPerson


I make this work like a list I have to change the mail to:

mail: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

The end result is not really a list at all but a person entry??

_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to