From: <svn...@op...> - 2009-10-21 17:02:55
|
Author: scriptor Date: Wed Oct 21 19:02:39 2009 New Revision: 5876 URL: http://www.opensync.org/changeset/5876 Log: Update. Modified: plugins/ldap-sync/BUGS Modified: plugins/ldap-sync/BUGS ============================================================================== --- plugins/ldap-sync/BUGS Tue Oct 20 23:19:45 2009 (r5875) +++ plugins/ldap-sync/BUGS Wed Oct 21 19:02:39 2009 (r5876) @@ -12,6 +12,14 @@ /usr/local/share/libopensync1/schemas/xmlformat-*.xsd. +II. Referrals and continuations + +Currently there is no support for LDAP referrals or continuations. +(LDAP_RES_SEARCH_REFERENCE). This is a problem for distributed +LDAP systems, where, say, the addressbook is stored on one LDAP server, +and the calendar on another LDAP server. + + B. Design: @@ -33,6 +41,11 @@ more than just once. The *.xsd files allow for such multiple occurrences. +I deliberate on whether I should make use of multivalued LDAP +attributes. While this would be valid from the LDAP perspective, +it simply does not work, when XML attributes have to be dealt with, +or when I have to make use of those LDAP subentries for other reasons. + Maybe I should create opensync specific LDAP schemata? Don't know. I would have preferred using schemata that are already existing and used by other people... |