I just found this great tool for browsing LDAPs: JXplorer. After installing it, I had to tweak some stuff. It already had a hack, which was not working as expected, so you might have to install it this way:
export linux_LD_ASSUME_KERNEL_hack=1
./JXv3.2_install_linux.bin
After have it installed:
vi bin/JXplorer/JXplorer_LDAP_Browser
and chage (simple diff style):
1375c1375,1376
< LD_ASSUME_KERNEL=2.2.5
—
> #LD_ASSUME_KERNEL=2.2.5
> LD_ASSUME_KERNEL=2.6.25
That should work.