Search found 1 match

by NeverHood
Thu Apr 03, 2003 6:36 am
Forum: PHP - Code
Topic: How to show "jpegPhoto" attribute from LDAP entry?
Replies: 0
Views: 960

How to show "jpegPhoto" attribute from LDAP entry?

Hi! I want to expand php-generated webpage to show jpeg picture saved in LDAP directory. I can search and show all general attributes like cn, mail and similar, but I can't show jpegphoto attribute. It seems that problem with right output from ldap_get_entries() call. How to resolve this, if it poss...