Re: [phpldapadmin-users] Not able to show jpegPhoto in phpldapadmin

2009-09-06 Thread Ryan Chan
Helli, On Mon, Sep 7, 2009 at 10:33 AM, Deon George wrote: > > Its easy to see - if you use PLA and export the DN, you'll see > jpegPhoto's value is too short. > > Upgrade to a new version of PHP. Yes, should be this problem. Is it possible to fix without upgrading PHP? e.g. hack some codes...

Re: [phpldapadmin-users] Not able to show jpegPhoto in phpldapadmin

2009-09-06 Thread Deon George
Ryan, Are you using php 5.2.3? I've discovered a problem with php 5.2.3 (well that version that comes with CentOS 5) which doesnt get jpegPhoto values for some reason (it only gets about 8 characters). Its easy to see - if you use PLA and export the DN, you'll see jpegPhoto's value is too short.

[phpldapadmin-users] Not able to show jpegPhoto in phpldapadmin

2009-09-06 Thread Ryan Chan
Hello, I have tried to store the jpegPhoto of inetOrgPerson using PHP Zend Framework code like below... ... $img = file_get_contents($url) ; Zend_Ldap_Attribute::setAttribute($entry, "jpegPhoto", $img); $ldap->update($dn, $entry); ... The jpegPhoto DO show correctly under gd ldap client (http:/

[phpldapadmin-users] Release 1.2.0.3

2009-09-06 Thread Deon George
Hi Folks, I've uploaded PLA 1.2.0.3 to sourceforge. It fixes a couple of problems that were introduced in 1.2.0.2 and some other minor bugs found. I recommend that everybody upgrade to 1.2.0.3 to avoid any problems. The details of the fixes are here: http://phpldapadmin.sourceforge.net/wiki/in