Advertisement
Guest User

Untitled

a guest
Mar 14th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.27 KB | None | 0 0
  1.     foreach my $attr ($entry->attributes()) {
  2.       if ($attr =~ /jpegPhoto/) { # TODO make blobs configurable
  3.         $data{$attr} = $ldap->cacheBlob($entry, $attr, $theRefresh);
  4.       } else {
  5.         $data{$attr} = $entry->get_value($attr, asref=>1);
  6.       }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement