[#2379] Add support for handling binary objects
Summary Add support for handling binary objects
Queue Turba
Queue Version HEAD
Type Enhancement
State Accepted
Priority 1. Low
Owners
Requester kevin_myer (at) iu13 (dot) org
Created 08/03/2005 (1012 days ago)
Due
Updated 06/30/2006 (681 days ago)
Assigned
Resolved
Attachments ldap.php Download
Milestone
Patch

History
06/30/2006 andreas (at) altroot (dot) de Comment #2
New Attachment: ldap.php Download
Reply to this comment
I've modified the ldap.php driver from Turba 2.1.1 since I need to store binary encoded certificates in our directory. My version uses ldap_get_values_len() instead of ldap_get_entries() to fetch binary values. The attribute name "usercertificate;binary" is hard coded. Certificates are converted from and to Base64. Several places in the code are still marked with FIXME. The driver works for us. I am going to fix the remaining issues but currently I have to work on other things.
08/04/2005 Jan Schneider State ⇒ Accepted
 
08/03/2005 kevin_myer (at) iu13 (dot) org Comment #1
Type ⇒ Enhancement
Summary ⇒ Add support for handling binary objects
State ⇒ New
Priority ⇒ 1. Low
Queue ⇒ Turba
Reply to this comment
It would be nice if Turba could handle the display of binary objects.  Immediate use, for instance, would be display of user pictures, such as a jpegPhoto attribute stored in LDAP, but other binary objects exist as well (crypto-related items, for instance).