[rt-users] Suggestion regarding the extension RT-Extension-LDAPImport

fleon fleon at seguroscatatumbo.com
Mon Apr 20 08:03:39 EDT 2015


I got contacted by Max Kosmach with a one line patch and it seems to be
working, i paste his patch below, don't know if it breaks something else:

--- RT/Extension/LDAPImport.pm.orig        2014-09-23 00:17:19.000000000
+0400
+++ RT/Extension/LDAPImport.pm 2015-03-11 13:21:30.161168864 +0300
@@ -386,7 +386,7 @@
  sub connect_ldap {
      my $self = shift;

-    my $ldap = Net::LDAP->new($RT::LDAPHost);
+    my $ldap = Net::LDAP->new($RT::LDAPHost, raw =>
qr/(?i:^jpegPhoto|;binary)/);
      $self->_debug("connecting to $RT::LDAPHost");
      unless ($ldap) {
          $self->_error("Can't connect to $RT::LDAPHost");




--
View this message in context: http://requesttracker.8502.n7.nabble.com/Suggestion-regarding-the-extension-RT-Extension-LDAPImport-tp59883p59901.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.



More information about the rt-users mailing list