From: <svn...@op...> - 2010-02-06 17:40:11
|
Author: scriptor Date: Sat Feb 6 18:40:02 2010 New Revision: 6031 URL: http://www.opensync.org/changeset/6031 Log: Photos are probably being handled incorrectly. And so is base64 encoding, I suppose. Not fully sure, though. References and continuations in terms of LDAP are not implemented, at all. Modified: plugins/ldap-sync/BUGS Modified: plugins/ldap-sync/BUGS ============================================================================== --- plugins/ldap-sync/BUGS Sat Feb 6 18:37:11 2010 (r6030) +++ plugins/ldap-sync/BUGS Sat Feb 6 18:40:02 2010 (r6031) @@ -20,6 +20,20 @@ and the calendar on another LDAP server. +III. Photos: + +Photos are treated as every other kind of LDAP attribute: Without any +special measures. For example, paths are not being resolved. +This is probably wrong. + + +IV. Base64 encoding: + +The plugin does not make any difference between ordinary strings and base64 +encoded strings. Both categories are treated as the same kind of +ordinary strings. + + B. Design: |