NAME RT-Extension-LDAPImport-MultiEmail - Import users with multiple email addresses and merge them INSTALLATION perl Makefile.PL make make install May need root permissions Edit your /opt/rt4/etc/RT_SiteConfig.pm Add this line: Set(@Plugins, qw(RT::Extension::LDAPImport::MultiEmail)); or add "RT::Extension::LDAPImport::MultiEmail" to your existing @Plugins line. You will also need to specify which attribute contains "alternate" email addresses, via: Set( $LDAPMultiEmail, 'alternateEmail' ); AUTHOR Alex Vandiver LICENSE AND COPYRIGHT This software is Copyright (c) 2013 by Best Practical Solutions This is free software, licensed under: The GNU General Public License, Version 2, June 1991