[rt-users] RT4 User.pm Overlay broken?

2011-07-01 Thread Shawn M Plummer
I have been trying to customize RT4 to match our old rt3 instance, one of the items I need to modify is the sub _OverlayAccessible in lib/RT/User.pm I have tried making a $rthome/local/lib/RT/User_Overlay.pm $rthome/local/lib/RT/User_Local.pm $rthome/lib/RT/User_Overlay.pm and

Re: [rt-users] RT4 User.pm Overlay broken?

2011-07-01 Thread Shawn M Plummer
Thanks for the help! For those that find this later for RT4 you apparently need a $rthome/local/lib/RT/User_Local.pm file with this contents to modify what fields non admin users can view. use strict; no warnings qw(redefine); package RT::User; # Redefine sub _Overlay Accessible to allow all

[rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-11 Thread Shawn M Plummer
I have been implementing a test installation of rt4 and am migrating to LDAPImport to replace a very old rt to ldap sync script we had. However whenever I run LDAPImport I get the following errors: [Mon Jul 11 15:31:00 2011] [info]: RT::Authen::ExternalAuth::CanonicalizeUserInfo returning

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-11 Thread Shawn M Plummer
that no longer exist in AD but those do not seem to be causing any errors, or if they are it is not a problem. - Shawn On Jul 11, 2011, at 12:01 PM, Kevin Falcone wrote: On Mon, Jul 11, 2011 at 11:53:42AM -0400, Shawn M Plummer wrote: I have been implementing a test installation of rt4 and am

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Shawn M Plummer
Sorry for the delay in responding to this. They are compatible, but it's entirely possible that you have some crufty user data. Do you already have a user whose Name and EMailAddress are both n...@geneseo.edu ? I do not. If you log in as this user, can RT-Authen-ExternalAuth find and

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Shawn M Plummer
On Jul 27, 2011, at 5:40 PM, Kevin Falcone wrote: You've left off a number of useful debugging messages from CanonicalizeUserInfo which came right before this. Without those, it's hard to tell what's going on I set $LogToSyslog to debug in RT_Config and tried again. Is this what you were