[phpldapadmin-users] Not able to create user to empty OU

2009-09-18 Thread Ryan Chan
Just discovered a bug: I was not able to create empty OU, it always say I am adding to a leaf. Then I use GQ LDAP client to add a user under that OU, then phpldapadmin was able to insert new user. -- Come build with us!

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...

[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:/