just goes to show I shouldn't be writing email late at night after
driving for 2 days, heh.

The patch is actually attached here, and I repasted/finished the bit of
text in which I accidentally hit Ctrl-enter :)

anyway, off to bed.

Chris

On Mon, 2002-12-30 at 00:41, Tony Earnshaw wrote:
> 
> I use ldap for absolutely all authentication and user/contact info on my
> systems. That means that users and contacts only have to be entered once
> for every possible service to be able to make use of them (the only
> exception is Horde, because that doesn't implement ldap correctly except
> for the Turba module). I'd love to see ldap implemented correctly on
> Evo, meaning SSL/TLS, correct adherence to directory trees, categories
> and mailing lists.


o SSL/TLS:  works for me..  does it not work for you?
o correct adherence to directory trees:  you'll need to define that
better, not sure what more we can be doing given the the contact
editor/manager scope we have to operate in.
o categories: with the attached patch they should work - they should
have worked before, can't believe I missed that... (Let me know if they
don't, Bill).
o mailing lists: same as before - too little time (this is easily the
biggest factor), no standard, no clear way to implement them efficiently
and maintain parity between the feature set the file backend support,
etc, etc.
Index: pas-backend-ldap.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/backend/pas/pas-backend-ldap.c,v
retrieving revision 1.110.4.2
diff -u -r1.110.4.2 pas-backend-ldap.c
--- pas-backend-ldap.c	2 Dec 2002 21:08:14 -0000	1.110.4.2
+++ pas-backend-ldap.c	30 Dec 2002 09:43:58 -0000
@@ -269,7 +269,7 @@
 	E_STRING_PROP (E_CARD_SIMPLE_FIELD_MAILER,      "mailer", "mailer"), 
 
 	E_STRING_PROP (E_CARD_SIMPLE_FIELD_FILE_AS,     "file_as", "fileAs"),
-	E_COMPLEX_PROP (E_CARD_SIMPLE_FIELD_CATEGORIES,  "category", "category", category_populate, category_ber, category_compare),
+	E_COMPLEX_PROP (E_CARD_SIMPLE_FIELD_CATEGORIES,  "categories", "category", category_populate, category_ber, category_compare),
 
 	STRING_PROP (E_CARD_SIMPLE_FIELD_CALURI,      "caluri", "calCalURI"),
 	STRING_PROP (E_CARD_SIMPLE_FIELD_FBURL,       "fburl", "calFBURL"),

Reply via email to