Re: adding binary attribute using python-ldap

2008-03-20 Thread Michael Ströder
Rahul Amaram wrote: > 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. Not for all, better to say for just a few. Sending JPEG picture data for attribute type 'jpegPh

Re: Removing person names in python-ldap's source files

2008-03-20 Thread David Leonard
Michael Ströder wrote: > HI! > > inspired by a presentation the Subversion guys gave (as Google tech talk) > I'd like to remove all person names from the source code files. Instead > authors/contributors are all listed in README. > > I already removed *my* name from all the python modules it appe

Re: Removing person names in python-ldap's source files

2008-03-20 Thread Michael Ströder
David Leonard wrote: > Michael Ströder wrote: >> >> inspired by a presentation the Subversion guys gave (as Google tech >> talk) I'd like to remove all person names from the source code files. >> Instead authors/contributors are all listed in README. >> >> I already removed *my* name from all the