Re: adding binary attribute using python-ldap

2008-03-19 Thread Rahul Amaram
Hi Michael, Thanks for the response. I think I found the reason for the error. It seems to be necessary to append ";binary" to the attribute name while adding/modifying binary attributes. So for instance if I am adding/modifying userCertificate, I will have to use the attribute name "userCertificat

Re: adding binary attribute using python-ldap

2008-03-19 Thread Michael Ströder
Rahul Amaram wrote: > I was wondering if there is any way I can add binary data (such as > jpegPhoto and userCertificate) using python-ldap. I've googled but > coudn't find any solution. If there is no way of doing it, what is the > best alternative solution? There's simply no difference. Note

adding binary attribute using python-ldap

2008-03-19 Thread Rahul Amaram
Hi, I was wondering if there is any way I can add binary data (such as jpegPhoto and userCertificate) using python-ldap. I've googled but coudn't find any solution. If there is no way of doing it, what is the best alternative solution? Thanks and Regards, Rahul. -- http://rahul.amaram.name