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!
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...
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:/