From: Ken D. <ken...@sy...> - 2001-01-26 20:08:56
|
Thanks for the reply Chris. I have been working with both the Mozilla and perl-ldap code. My code was from an attempt to use the Mozilla code and so it was not appropriate to post here. I used your suggestion and rewrote the script to use the perl-ldap implementation and the jpeg photo went in just fine. Again, thanks for the help. Is it true the Mozilla LDAP library for perl is not being maintained anymore? Ken At 08:38 AM 01/26/2001 +0000, Chris Ridd wrote: >You *should* just be able to read the JPEG in and add it as a value to a >jpegPhoto attribute. > > > >You appear to be using the Mozilla LDAP library for perl called perldap >(which uses native libraries and is not pure perl), which apparently isn't >being maintained any more. This mailing list is for the native perl LDAP >library, called perl-ldap. > >So there might be a problem with the way the Mozilla LDAP code handles >values which aren't text and which aren't BER. This kind of stuff is no >problem in perl-ldap :-) > |