From: Graham B. <gb...@po...> - 2000-08-10 16:23:01
|
On Thu, Aug 10, 2000 at 09:03:02AM -0700, Joshua Lavalleur wrote: > Is it possible to retrieve a picture from an LDAP directory using > perl-ldap?. Sure, you can get anything that is stored in the directory. If the attribute contains what would normally be in the file if the picture was in the file, just do $content = $entry->get($tag_name); once you have done a search to locate the right entry. Graham. |